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

后端 未结 14 1770
借酒劲吻你
借酒劲吻你 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:38

    Steps that help me to remove this error

    1. remove user libraries(external libraries).
    2. clean the project
    3. again add the external library
    4. build the project
    5. run the project.

    Hope this will be helpful to you. Thanks.

提交回复
热议问题