DEX装载机无法执行DEX:方法ID不是在[0,0xFFFF的]:65536 [英] dex loader unable to execute dex: method ID not in [0, 0xffff]: 65536

查看:178
本文介绍了DEX装载机无法执行DEX:方法ID不是在[0,0xFFFF的]:65536的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

IAM建立我的申请,我得到这个错误

iam building my application i got this error

霉素警告:忽略InnerClasses属性匿名内部类 (com.amazonaws.javax.xml.stream.xerces.util.SecuritySupport12 $ 4)不来的 相关EnclosingMethod属性。这个类可能是由一个生产 编译器并没有针对现代.class文件格式。推荐 的解决方案是重新编译从源的类,使用最多的最新的编译器 并且不指定任何-target类型选项。忽视的后果 这个警告是在此类反射操作将不正确 表明它是的没有的一个内部类。

Dx warning: Ignoring InnerClasses attribute for an anonymous inner class (com.amazonaws.javax.xml.stream.xerces.util.SecuritySupport12$4) that doesn't come with an associated EnclosingMethod attribute. This class was probably produced by a compiler that did not target the modern .class file format. The recommended solution is to recompile the class from source, using an up-to-date compiler and without specifying any "-target" type options. The consequence of ignoring this warning is that reflective operations on this class will incorrectly indicate that it is not an inner class.

敏捷装载机]无法执行DEX:方法ID不是在[0,0xFFFF的]:65536 转换到的Dalvik格式失败:无法执行DEX:方法ID不是在[0,0xFFFF的]:65536

Dex Loader] Unable to execute dex: method ID not in [0, 0xffff]: 65536 Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536

推荐答案

检查构建路径 - > Java构建路径 - >订单和导出选项卡 - >取消Android的私人Librairies

Check the build path -> Java Build Path -> Order and Export tab -> uncheck Android private Librairies.

如果它仍然没有工作,添加以下行: dex.force.jumbo = TRUE project.properties 文件。

If it is still not working, add the following line : dex.force.jumbo=true to the project.properties file.

可能的原因是,也许在构建路径中一个大尺寸的罐子。

The probable cause is maybe a big sized jar in build path.

这篇关于DEX装载机无法执行DEX:方法ID不是在[0,0xFFFF的]:65536的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆