I am writing an Android client which calls a web service. The service is written using JAX-RS / Jersey API. I\'m also trying to use Jersey-Client API on the android side.
Android has Dalvik Virtual Machine, not original JVM. I think this the reason why Jersey Client API does not work in Android OS. but I'am nog sure!