在项目中用了汉字正则表达式,编译并运行,Eclipse控制台输出如下异常信息:
Unable to execute dex: Cannot merge newindex65993 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
原文链接:https://www.f2er.com/regex/360762.html