“Conversion to Dalvik format failed with error 1” on external JAR

前端 未结 30 2514
抹茶落季
抹茶落季 2020-11-21 07:32

In my Android application in Eclipse I get the following error.

UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.IllegalArgumentException: already add

30条回答
  •  花落未央
    2020-11-21 07:53

    If you have ADT revision 12+, you should update your proguard from 4.4 -> 4.6 (as described here). Also, you should leave ...\bin\proguard.bat file in the orginal form.

    Just download it from the web, and copy lib folder from downloaded package to the :

    [Android SDK Installation Directory]\tools\proguard\lib

提交回复
热议问题