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

后端 未结 30 2063
迷失自我
迷失自我 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 00:50

    I removed Android dependencies from build path and it worked.

    Edit: ignore that. I had same jar in my maven dependencies and libs folder. I removed the one at the lib folder.

提交回复
热议问题