项目中用了汉字正则表达式,出现异常:Cannot merge new index 65993 into a non-jumbo instruction

前端之家收集整理的这篇文章主要介绍了项目中用了汉字正则表达式,出现异常:Cannot merge new index 65993 into a non-jumbo instruction前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


在项目中用了汉字正则表达式,编译并运行,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

猜你在找的正则表达式相关文章