Android: Conversion to Dalvik format failed: Unable to execute dex: null

后端 未结 14 1766
借酒劲吻你
借酒劲吻你 2020-12-28 13:11

I\'m trying to use the SmugFig SmugMug API on Android. It was designed for J2SE I would imagine, so I\'m not sure it will even work on Android, but I figured it was worth t

14条回答
  •  梦毁少年i
    2020-12-28 14:05

    What worked for me was removing the android.jar reference in

    Configure Build Path -> Java Build Path -> Libraries

    Leave the Android 3.0 library reference.

提交回复
热议问题