How to can use third party libraries?

3 views
Skip to first unread message

sunrises

unread,
Nov 18, 2009, 6:33:22 AM11/18/09
to cw-android
Hi
In my project I am using org.apache.commons library and my application
runs well in the emulator, but when I published as a signed
application in another emulator or g1 device it does not working
especially the apache library classes,but user interface and
databases which are related to android are working fine.. and how can
we get the log information in emulator, or g1 device after installing
application...
Thanks

yeradis

unread,
Nov 23, 2009, 5:48:40 AM11/23/09
to cw-an...@googlegroups.com, sury...@gmail.com
Hello sunrises 

You should see in your .classpath if the libraries are marked as exported= true

for example:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="lib" path="libs/commons-httpclient-3.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-codec-1.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>



Sin más....
Me despido

Yeradis P. Barbosa Marrero
Analista - Programador de Sistemas
http://www.yeradis.com
http://profile.yeradis.com
http://www.linkedin.com/in/yeradis


Nota:
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede
contener informacion confidencial, siendo para uso exclusivo del
destinatario, quedando prohibida su divulgacion copia o
distribucion a terceros sin la autorizacion expresa del remitente.
Si Vd. ha recibido este mensaje erroneamente, se ruega lo
notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.

This message (including any attachments) may contain confidential
information. It is intended for use by the recipient only. Any
dissemination, copying or distribution to third parties without
the express consent of the sender is strictly prohibited.
If you have received this message in error, please delete it
immediately and notify the sender.
Thank you for your collaboration.



--

You received this message because you are subscribed to the Google Groups "cw-android" group.
To post to this group, send email to cw-an...@googlegroups.com.
To unsubscribe from this group, send email to cw-android+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cw-android?hl=.



Reply all
Reply to author
Forward
0 new messages