我在Eclipse中编译Android项目时有问题。我添加了3个我需要的外部罐子,现在我得到了这个问题:
Conversion to Dalvik format failed: Unable to execute dex: Cannot handle conversion to jumbo index!
我遇到的唯一解决方案的资源就是这个。不幸的是,将引用线添加到Project.properties和清洁,因为建议的资源不起作用。如果其他人以前遇到过这个问题,您能否让我知道如何修复它?
有相同的问题增加eclipse.ini的堆大小http://wiki.eclipse.org/faq_how_do_i_i_increase_the_heap_size_available_to_eclipse?
-xx:maxpermsize = 1024m-XMS512M-xmx2g
是我当前的设置