Multiple dex files - Conversion to Dalvik format failed - Unable to execute dex

前端 未结 5 1147
独厮守ぢ
独厮守ぢ 2021-01-03 23:35

I have 2 app versions - pro and lite. They are both already on the market at v1.01. I am trying to release v1.1 for both. This update includes SwawrmConnect integration i

5条回答
  •  天涯浪人
    2021-01-04 00:25

    I tried @Sriram's answer above. It didn't work.

    Then I had to remove the libraries from the Project->Properties->Java Build Path->Libraries place and add the actual jar's (I needed both android-support-v4.jar and android-support-v13.jar) into libs folder of my project. Then it worked:

    final structure

    (note that there is no "Referenced Libraries" folder)

提交回复
热议问题