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

后端 未结 14 1655
借酒劲吻你
借酒劲吻你 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条回答
  • 2020-12-28 13:58
    -startup
    plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    512m
    --launcher.defaultAction
    openFile
    -XX:MaxPermSize=512m
    -vmargs
    -Xms512m
    -Xmx1024m
    

    works for me https://groups.google.com/forum/?fromgroups=#!topic/phonegap/yWePvssyiLE

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题