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
Post a Comment