【发布时间】:2012-10-12 21:05:19
【问题描述】:
在 Eclipse 中编译 Android 项目时遇到问题。我添加了 3 个我需要的外部 jar,现在我遇到了这个问题:
Conversion to Dalvik format failed: Unable to execute dex: Cannot handle conversion to jumbo index!
我遇到的唯一有任何解决方案的资源是this one。不幸的是,将引用的行添加到 project.properties 并清理作为推荐的资源不起作用。如果其他人以前遇到过这个问题,您能告诉我如何解决吗?
【问题讨论】:
标签: android eclipse jar build-error dex