android - java.lang.NoClassDefFoundError com.sun.jersey.api.client.Client -


03-13 08:10:19.621: e/androidruntime(800): java.lang.noclassdeffounderror:  com.sun.jersey.api.client.client 

why im getting exception?though have added jars.

add used libraries in application manifest:

<uses-library android:name="your library" /> 

edit:

btw. make sure have added jersey-core classpath too, dependency com.sun.jersey.api.client.client.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -