我是在eclipse中导入来啦一个新的 .jar包之后出现的这个问题,大衣是eclipse在将jar转化成dex的时候,可能会合并类的代码,由于资源太多导致的这个问题,
解决办法:
在project.properties文件中添加下列代码
dex.disable.merger=true
然后clean一下
Unable to execute dex: Cannot merge new index 65726 into a non-jumbo instruction!
最新推荐文章于 2024-09-12 11:41:56 发布