Unable to execute dex: Multiple dex files define Lcom/myapp/R$array;

后端 未结 30 2047
迷失自我
迷失自我 2020-11-22 00:31

Since updating to ADT 14 I can no longer build my project. It was building fine prior to updating.

The error:

[2011-10-23 16:23:29 - De         


        
30条回答
  •  鱼传尺愫
    2020-11-22 01:09

    I had two different versions of Cordova .jar-files in my libs folder, I deleted the one I wasn't even using and it worked right away. Weird because I didn't notice that before and it worked before and then suddenly stopped working...

提交回复
热议问题