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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -