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

来源:互联网 发布:北京软件培训 编辑:程序博客网 时间:2024/04/28 04:15


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

1 0
原创粉丝点击