Android Unable to execute dex: method ID not in [0, 0xffff]: 65536 问题解决方法
Posted 星辰
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Unable to execute dex: method ID not in [0, 0xffff]: 65536 问题解决方法相关的知识,希望对你有一定的参考价值。
开始一个新项目的时候,Build工程的时候一直报这个错误:
控制台报错误:Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536
看别人有说在project.properties里面加上dex.force.jumbo=true,尝试了一下,不成功,
后来遍访名山高人,查各种资料,各种尝试,终于成功解决了
原因可能是因为adt升级等原因,在Java_Buildpath项里面,把android x.x.x Android Private Libraries Android Dependencies的勾选去掉就可以了.
以上是关于Android Unable to execute dex: method ID not in [0, 0xffff]: 65536 问题解决方法的主要内容,如果未能解决你的问题,请参考以下文章
AS问题解决系列1—Unable to execute DX错误
Unable to execute dex: GC overhead limit exceeded
jar包冲突--Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/an
Wrapper: Error - Unable to execute Java command
模拟器 Unable to execute simctl install Error 117
GenericJDBCException: Unable to open JDBC Connection for DDL execution ,切换pgsql报错?