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 - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -