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

前端 未结 30 2414
抹茶落季
抹茶落季 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 08:04

    My problem was caused by ADT version 12.0 and ProGuard integration. This bug is well documented and the solution is in the documentation

    Solution is in here

    ProGuard command line

提交回复
热议问题