I have searched a lot for this exception, none of the threads helped me.
I got this exception:
Unable to execute dex: Multiple dex files define Ljavax/ws/rs/core/MultivaluedMap;
Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Ljavax/ws/rs/core/MultivaluedMap;
I got this exception when I added jersey jars to my 'libs' in android
something weird
when I delete this jar jersey-core-1.17
, the exception goes but I start to get another exception when is classdefnotfound exception.
I added the jars in libs folder and I added them in java bath configuration.
I tried clean and rebuild and delete bin and gen folders and restart eclipse and restart windows but nothing word
please help
note
i added my jars using this question Adding a library/JAR to an Eclipse Android project , also i added more jars in previous projects using that question and it works good, so i don't think the problem in adding jars, right?
also
check there is no this single on the jar