标签:
在项目中用了汉字正则表达式,编译并运行,Eclipse控制台输出如下异常信息:
Unable to execute dex: Cannot merge newindex 65993 into a non-jumbo instruction!?
Conversion to Dalvikformat failed: Unable to execute dex: Cannot merge new index 65993 into anon-jumbo instruction!
解决方法:
将dex.force.jumbo=true添加到project.properties文件中,然后清理工程,并重新编译。
参考文章:
http://www.cnblogs.com/frydsh/archive/2013/02/20/2918969.html
项目中用了汉字正则表达式,出现异常:Cannot merge new index 65993 into a non-jumbo instruction
标签:
原文地址:http://blog.csdn.net/wwzqj/article/details/43530121