I've got similar issue building on 10.04 UNEXPECTED TOP-LEVEL ERROR: java.lang.OutOfMemoryError: GC overhead limit exceeded at java.util.HashMap.addEntry(HashMap.java:753) at java.util.HashMap.put(HashMap.java:385) at java.util.HashSet.add(HashSet.java:200) at com.android.dx.dex.code.OutputFinisher.addConstants(OutputFinisher.java:173) at com.android.dx.dex.code.OutputFinisher.getAllConstants(OutputFinisher.java:156) at com.android.dx.dex.code.DalvCode.getInsnConstants(DalvCode.java:176) at com.android.dx.dex.file.CodeItem.addContents(CodeItem.java:132) at com.android.dx.dex.file.MixedItemSection.prepare0(MixedItemSection.java:280) at com.android.dx.dex.file.Section.prepare(Section.java:214) at com.android.dx.dex.file.DexFile.toDex0(DexFile.java:504) at com.android.dx.dex.file.DexFile.toDex(DexFile.java:216) at com.android.dx.command.dexer.Main.writeDex(Main.java:574) at com.android.dx.command.dexer.Main.run(Main.java:218) at com.android.dx.command.dexer.Main.main(Main.java:174) at com.android.dx.command.Main.main(Main.java:95)
On Thursday, April 5, 2012 4:27:31 AM UTC-4, kcobra wrote: > > The error is as following: > > > UNEXPECTED TOP-LEVEL ERROR: > Exception in thread "main" java.lang.OutOfMemoryError: GC overhead > limit exceeded > make: *** [out/target/common/obj/JAVA_LIBRARIES/ > framework_intermediates/noproguard.classes-with-local.dex] Error 1 > > > I make ICS on Ubuntu 10.10 with jdk 1.6.Does anyone know the reason? > Thanks in advance! > On Thursday, April 5, 2012 4:27:31 AM UTC-4, kcobra wrote: > > The error is as following: > > > UNEXPECTED TOP-LEVEL ERROR: > Exception in thread "main" java.lang.OutOfMemoryError: GC overhead > limit exceeded > make: *** [out/target/common/obj/JAVA_LIBRARIES/ > framework_intermediates/noproguard.classes-with-local.dex] Error 1 > > > I make ICS on Ubuntu 10.10 with jdk 1.6.Does anyone know the reason? > Thanks in advance! > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

