android - Conversion to Dalvik format failed: Unable to execute dex: GC overhead limit exceeded -


I am stuck with this error for the last 3 hours. When I checked the latest code from SVN, then stopped this work.

Note :.

My new project size is about 135 MB and I am using Eclipse Kepler

Also see 3Mar / sqlite.jar named myApp / res / libs In, ksoap2.jar, rt.jar

Then I googled and found. And also this and I have edited eclipse.ini

to:

  -startup plugins / org.eclipse.equinox.launcher_1.3.0 .v20130327 -1440.jar --launcher.library plugins / org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212 -product org.eclipse.epp.package.standard.product --launcher.defaultAction OpenFile - -launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256M --launcher.defaultAction OpenFile --launcher.appendVmargs -vmargs -Dosgi.requiredJavaVersion = 1.6-Xms40m -Xmx512m   

  --startup plugins / org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.library plugins / org.eclipse.equinox.launcher. win32.win32 .x86_64_1.1.200.v20140116-2212 -product org.eclipse.epp.package.standard.product --launcher.defaultAction OpenFile --launcher.XXMaxPermSize 1024M -showsplash or g.eclipse.platform --launcher.XXMaxPermSize 1024M --launcher. Default Action OpenFile - Launcher. Append VMRG -Vamarg - DOS i.requiredJavaVersion = 1.6-Xms512m -Xmx1024m   

But it still does not work and is receiving the same error in eclipse. Any help would be appreciated.

I had to face the same error for the last 2 days.

Solution: - Extract the file from rt.jar (18635 square files) from your project. This is a huge jar. In JRE or J2EE / J2ME, that jar file is used by default, I do not have to do in Android .. then we have to add manually.

This is the solution

I hope this will help you ...)

thanks,

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -