"Conversion to Dalvik format failed with error 1" on external Jar

Posted by michel on Stack Overflow See other posts from Stack Overflow or by michel
Published on 2010-04-21T06:47:05Z Indexed on 2010/04/21 6:53 UTC
Read the original article Hit count: 844

Filed under:
|

In my Android appliction in eclipse I get the following error:

UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.IllegalArgumentException: already added: Lorg/xmlpull/v1/XmlPullParser;
....
Conversion to Dalvik format failed with error 1

this error only appears if I add a specific external Jar to my project. I search long time to the right solution but all possible solutions don't work. I even tried to change to android 1.6 instead of 1.5(current version I use)

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk