Skip to main content

Unable to execute dex: GC overhead limit exceeded



I have a problem. When I download from git project OsmAnd and want to compile him Eclipse returned me such erros:







[2012-02-27 21:32:03 - Dex Loader] Unable to execute dex: GC overhead limit exceeded

[2012-02-27 21:32:03 - OsmAnd] Conversion to Dalvik format failed: Unable to execute dex: GC overhead limit exceeded







google and stackoverflow sad that i must change in eclipse.ini this Xms40m -Xmx384m Conversion to Dalvik format failed: Unable to execute dex: Java heap space





I cleaned project and restart Eclipse, but never helps.





I find this link ips for Android developer: “Conversion to Dalvik format failed: Unable to execute dex: null” But I do not know what .jar from my project input there. If anyone want help, I can send project to him.





Please help me! :(


Comments

Popular posts from this blog

Wildcards in a hosts file

I want to setup my local development machine so that any requests for *.local are redirected to localhost . The idea is that as I develop multiple sites, I can just add vhosts to Apache called site1.local , site2.local etc, and have them all resolve to localhost , while Apache serves a different site accordingly.