Unable to execute dex: Multiple dex files define 解决办法
更新:HHH   时间:2023-1-7


描述

eclipse开发的程序,编译没错误,但是run的时候报错

Unable to execute dex: Multiple dex files define


网上找了好多答案,最后终于被解决了


此问题是因为你有重复引用的jar包。  解决办法是查看你的build path,尤其是Android Dependencies一定有重复引入的.jar包,解决的方法是在libs删除重复的jar包即可


参考的这位:http://blog.sina.com.cn/s/blog_4b9b6ad001016uuk.html


返回开发技术教程...