Created
January 28, 2010 00:39
-
-
Save graybill/288310 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Buildfile: build.xml | |
| [setup] Project Target: Android 1.5 | |
| [setup] API level: 3 | |
| dirs: | |
| [echo] Creating output directories if needed... | |
| resource-src: | |
| [echo] Generating R.java / Manifest.java from the resources... | |
| aidl: | |
| [echo] Compiling aidl files into Java classes... | |
| compile: | |
| [javac] Compiling 1 source file to /Users/graybill/src/ruboto-irb/bin/classes | |
| dex: | |
| [echo] Converting compiled files and external libraries into bin/classes.dex... | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) | |
| [apply] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) | |
| [apply] | |
| [apply] UNEXPECTED TOP-LEVEL ERROR: | |
| [apply] java.lang.OutOfMemoryError: Java heap space | |
| [apply] at com.android.dx.ssa.LocalVariableInfo.(LocalVariableInfo.java:66) | |
| [apply] at com.android.dx.ssa.LocalVariableExtractor.(LocalVariableExtractor.java:73) | |
| [apply] at com.android.dx.ssa.LocalVariableExtractor.extract(LocalVariableExtractor.java:55) | |
| [apply] at com.android.dx.ssa.SsaConverter.convertToSsaMethod(SsaConverter.java:49) | |
| [apply] at com.android.dx.ssa.Optimizer.optimize(Optimizer.java:100) | |
| [apply] at com.android.dx.ssa.Optimizer.optimize(Optimizer.java:74) | |
| [apply] at com.android.dx.dex.cf.CfTranslator.processMethods(CfTranslator.java:269) | |
| [apply] at com.android.dx.dex.cf.CfTranslator.translate0(CfTranslator.java:131) | |
| [apply] at com.android.dx.dex.cf.CfTranslator.translate(CfTranslator.java:85) | |
| [apply] at com.android.dx.command.dexer.Main.processClass(Main.java:297) | |
| [apply] at com.android.dx.command.dexer.Main.processFileBytes(Main.java:276) | |
| [apply] at com.android.dx.command.dexer.Main.access$100(Main.java:56) | |
| [apply] at com.android.dx.command.dexer.Main$1.processFileBytes(Main.java:228) | |
| [apply] at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:245) | |
| [apply] at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:130) | |
| [apply] at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:108) | |
| [apply] at com.android.dx.command.dexer.Main.processOne(Main.java:245) | |
| [apply] at com.android.dx.command.dexer.Main.processAllFiles(Main.java:183) | |
| [apply] at com.android.dx.command.dexer.Main.run(Main.java:139) | |
| [apply] at com.android.dx.command.dexer.Main.main(Main.java:120) | |
| [apply] at com.android.dx.command.Main.main(Main.java:87) | |
| BUILD FAILED | |
| /Users/graybill/dev/android/platforms/android-1.5/templates/android_rules.xml:129: apply returned: 3 | |
| Total time: 18 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment