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

前端 未结 30 2442
抹茶落季
抹茶落季 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

    In my case the problem is actually with OpenFeint API project. I have added OpenFeint as library project:

    library project]![1]![Enter image description here.

    It is also added into build path, ADT tools 16 gives error with this sceneario.

    Right click on your project and click build path, configure the build path and then see the image and remove your project OpenFeint from here and all is done :)

    Enter image description here

提交回复
热议问题