Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Buildfile: myapp/build.xml
- -check-env:
- [checkenv] Android SDK Tools Revision 22.0.1
- [checkenv] Installed at deps/android-sdk-linux
- -setup:
- [echo] Project Name: Agent
- [gettype] Project Type: Application
- -pre-clean:
- clean:
- [delete] Deleting directory myapp/bin
- [delete] Deleting directory myapp/gen
- [getlibpath] Library dependencies:
- [getlibpath]
- [getlibpath] ------------------
- [getlibpath] Ordered libraries:
- nodeps:
- -check-env:
- [checkenv] Android SDK Tools Revision 22.0.1
- [checkenv] Installed at deps/android-sdk-linux
- -setup:
- [echo] Project Name: LibEnvoy
- [gettype] Project Type: Android Library
- -pre-clean:
- clean:
- [delete] Deleting directory mylib/bin
- [delete] Deleting directory mylib/gen
- -set-mode-check:
- -set-debug-files:
- -check-env:
- [checkenv] Android SDK Tools Revision 22.0.1
- [checkenv] Installed at deps/android-sdk-linux
- -setup:
- [echo] Project Name: Agent
- [gettype] Project Type: Application
- -set-debug-mode:
- -debug-obfuscation-check:
- -pre-build:
- -build-setup:
- [getbuildtools] Using latest Build Tools: 17.0.0
- [echo] Resolving Build Target for Agent...
- [gettarget] Project Target: Android 4.0.3
- [gettarget] API level: 15
- [echo] ----------
- [echo] Creating output directories if needed...
- [mkdir] Created dir: myapp/bin
- [mkdir] Created dir: myapp/bin/res
- [mkdir] Created dir: myapp/gen
- [mkdir] Created dir: myapp/bin/classes
- [mkdir] Created dir: myapp/bin/dexedLibs
- [echo] ----------
- [echo] Resolving Dependencies for Agent...
- [dependency] Ordered libraries:
- [dependency] mylib
- [dependency]
- [dependency] ------------------
- [dependency] API<=15: Adding annotations.jar to the classpath.
- [echo] ----------
- [echo] Building Libraries with 'debug'...
- nodeps:
- -set-mode-check:
- -set-debug-files:
- -check-env:
- [checkenv] Android SDK Tools Revision 22.0.1
- [checkenv] Installed at deps/android-sdk-linux
- -setup:
- [echo] Project Name: LibEnvoy
- [gettype] Project Type: Android Library
- -set-debug-mode:
- -debug-obfuscation-check:
- -pre-build:
- -build-setup:
- [getbuildtools] Using latest Build Tools: 17.0.0
- [echo] Resolving Build Target for LibEnvoy...
- [gettarget] Project Target: Android 4.0.3
- [gettarget] API level: 15
- [echo] ----------
- [echo] Creating output directories if needed...
- [mkdir] Created dir: mylib/bin
- [mkdir] Created dir: mylib/bin/res
- [mkdir] Created dir: mylib/gen
- [mkdir] Created dir: mylib/bin/classes
- [mkdir] Created dir: mylib/bin/dexedLibs
- [echo] ----------
- [echo] Resolving Dependencies for LibEnvoy...
- [dependency] Library dependencies:
- [dependency] No Libraries
- [dependency]
- [dependency] ------------------
- [dependency] API<=15: Adding annotations.jar to the classpath.
- -code-gen:
- [mergemanifest] Merging AndroidManifest files into one.
- [mergemanifest] Manifest merger disabled. Using project manifest only.
- [echo] Handling aidl files...
- [aidl] No AIDL files to compile.
- [echo] ----------
- [echo] Handling RenderScript files...
- [renderscript] No RenderScript files to compile.
- [echo] ----------
- [echo] Handling Resources...
- [aapt] Generating resource IDs...
- [echo] ----------
- [echo] Handling BuildConfig class...
- [buildconfig] Generating BuildConfig class.
- -pre-compile:
- -compile:
- [javac] Compiling 8 source files to mylib/bin/classes
- [echo] Creating library output jar file...
- [jar] Building jar: mylib/bin/classes.jar
- -post-compile:
- -obfuscate:
- -dex:
- [echo] Library project: do not convert bytecode...
- -crunch:
- [crunch] Crunching PNG Files in source dir: mylib/res
- [crunch] To destination dir: mylib/bin/res
- [crunch] Processing image to cache: mylib/res/drawable-hdpi/ic_launcher.png => mylib/bin/res/drawable-hdpi/ic_launcher.png
- [crunch] (processed image to cache entry mylib/bin/res/drawable-hdpi/ic_launcher.png: 77% size of source)
- [crunch] Processing image to cache: mylib/res/drawable-mdpi/ic_launcher.png => mylib/bin/res/drawable-mdpi/ic_launcher.png
- [crunch] (processed image to cache entry mylib/bin/res/drawable-mdpi/ic_launcher.png: 0% size of source)
- [crunch] Processing image to cache: mylib/res/drawable-xhdpi/ic_launcher.png => mylib/bin/res/drawable-xhdpi/ic_launcher.png
- [crunch] (processed image to cache entry mylib/bin/res/drawable-xhdpi/ic_launcher.png: 57% size of source)
- [crunch] Processing image to cache: mylib/res/drawable-xxhdpi/ic_launcher.png => mylib/bin/res/drawable-xxhdpi/ic_launcher.png
- [crunch] (processed image to cache entry mylib/bin/res/drawable-xxhdpi/ic_launcher.png: 91% size of source)
- [crunch] Crunched 4 PNG files to update cache
- -package-resources:
- [echo] Library project: do not package resources...
- -package:
- [echo] Library project: do not package apk...
- -post-package:
- -do-debug:
- [echo] Library project: do not create apk...
- [propertyfile] Creating new property file: mylib/bin/build.prop
- [propertyfile] Updating property file: mylib/bin/build.prop
- [propertyfile] Updating property file: mylib/bin/build.prop
- [propertyfile] Updating property file: mylib/bin/build.prop
- -post-build:
- debug:
- -code-gen:
- [mergemanifest] Merging AndroidManifest files into one.
- [mergemanifest] Manifest merger disabled. Using project manifest only.
- [echo] Handling aidl files...
- [aidl] No AIDL files to compile.
- [echo] ----------
- [echo] Handling RenderScript files...
- [renderscript] No RenderScript files to compile.
- [echo] ----------
- [echo] Handling Resources...
- [aapt] Generating resource IDs...
- [aapt] nothing matches overlay file ic_launcher.png, for flavor ,,,,,,,,,,,,ldpi,,,,,,,
- [echo] ----------
- [echo] Handling BuildConfig class...
- [buildconfig] Generating BuildConfig class.
- -pre-compile:
- -compile:
- [javac] Compiling 47 source files to myapp/bin/classes
- -post-compile:
- -obfuscate:
- -dex:
- [dex] input: myapp/bin/classes
- [dex] input: mylib/bin/classes.jar
- [dex] input: deps/android-sdk-linux/tools/support/annotations.jar
- [dex] input: myapp/libs/log4j-1.2.17.jar
- [dex] input: mylib/libs/android-support-v4.jar
- [dex] Pre-Dexing mylib/bin/classes.jar -> classes-b1950e430f0e0c4eb62f760974d7384f.jar
- [dex] Pre-Dexing deps/android-sdk-linux/tools/support/annotations.jar -> annotations-edfca77f753ebeae080305b6668f9e9a.jar
- [dex] Pre-Dexing myapp/libs/log4j-1.2.17.jar -> log4j-1.2.17-9db32d438df489c2f02c5310cc7a3a34.jar
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.chainsaw.ControlPanel$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.chainsaw.ControlPanel$2) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.chainsaw.ControlPanel$3) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.chainsaw.ControlPanel$4) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.chainsaw.ControlPanel$5) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.chainsaw.ControlPanel$6) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.chainsaw.ControlPanel$7) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.chainsaw.Main$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.chainsaw.MyTableModel$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.util.LogFileParser$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LF5SwingUtils$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$10) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$11) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$12) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$13) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$14) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$15) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$16) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$17) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$18) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$19) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$2) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$20) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$21) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$22) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$23) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$24) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$25) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$26) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$27) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$28) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$29) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$3) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$30) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$31) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$32) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$4) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$5) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$6) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$7) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$8) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$9) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogFactor5ErrorDialog$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogFactor5InputDialog$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogFactor5InputDialog$2) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.LogFactor5InputDialog$3) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerTree$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$2) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$3) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$4) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$5) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$6) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$7) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$8) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.net.SMTPAppender$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.xml.DOMConfigurator$1) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.xml.DOMConfigurator$2) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.xml.DOMConfigurator$3) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.xml.DOMConfigurator$4) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
- [dx] (org.apache.log4j.xml.DOMConfigurator$5) that doesn't come with an
- [dx] associated EnclosingMethod attribute. This class was probably produced by a
- [dx] compiler that did not target the modern .class file format. The recommended
- [dx] solution is to recompile the class from source, using an up-to-date compiler
- [dx] and without specifying any "-target" type options. The consequence of ignoring
- [dx] this warning is that reflective operations on this class will incorrectly
- [dx] indicate that it is *not* an inner class.
- [dex] Pre-Dexing mylib/libs/android-support-v4.jar -> android-support-v4-62e595255da28b0c0bb86b5fd58da238.jar
- [dex] Converting compiled files and external libraries into myapp/bin/classes.dex...
- [dx] Merged dex A (67 defs/68.9KiB) with dex B (8 defs/10.6KiB). Result is 75 defs/94.8KiB. Took 0.1s
- [dx] Merged dex A (75 defs/94.8KiB) with dex B (2 defs/1.1KiB). Result is 77 defs/119.6KiB. Took 0.0s
- [dx] Merged dex A (77 defs/119.6KiB) with dex B (314 defs/421.0KiB). Result is 391 defs/678.7KiB. Took 0.2s
- [dx] Merged dex A (391 defs/678.7KiB) with dex B (309 defs/349.3KiB). Result is 700 defs/1334.0KiB. Took 0.2s
- -crunch:
- [crunch] Crunching PNG Files in source dir: myapp/res
- [crunch] To destination dir: myapp/bin/res
- [crunch] Processing image to cache: myapp/res/drawable-hdpi/ic_launcher.png => myapp/bin/res/drawable-hdpi/ic_launcher.png
- [crunch] (processed image to cache entry myapp/bin/res/drawable-hdpi/ic_launcher.png: 89% size of source)
- [crunch] Processing image to cache: myapp/res/drawable-ldpi/ic_launcher.png => myapp/bin/res/drawable-ldpi/ic_launcher.png
- [crunch] (processed image to cache entry myapp/bin/res/drawable-ldpi/ic_launcher.png: 0% size of source)
- [crunch] Processing image to cache: myapp/res/drawable-mdpi/ic_launcher.png => myapp/bin/res/drawable-mdpi/ic_launcher.png
- [crunch] (processed image to cache entry myapp/bin/res/drawable-mdpi/ic_launcher.png: 0% size of source)
- [crunch] Processing image to cache: myapp/res/drawable-xhdpi/ic_launcher.png => myapp/bin/res/drawable-xhdpi/ic_launcher.png
- [crunch] (processed image to cache entry myapp/bin/res/drawable-xhdpi/ic_launcher.png: 64% size of source)
- [crunch] Processing image to cache: myapp/res/drawable/androidrobot.png => myapp/bin/res/drawable/androidrobot.png
- [crunch] (processed image to cache entry myapp/bin/res/drawable/androidrobot.png: 73% size of source)
- [crunch] Processing image to cache: myapp/res/drawable/envoy_wallpaper.png => myapp/bin/res/drawable/envoy_wallpaper.png
- [crunch] (processed image to cache entry myapp/bin/res/drawable/envoy_wallpaper.png: 56% size of source)
- [crunch] Processing image to cache: myapp/res/drawable/ic_menu_refresh.png => myapp/bin/res/drawable/ic_menu_refresh.png
- [crunch] (processed image to cache entry myapp/bin/res/drawable/ic_menu_refresh.png: 0% size of source)
- [crunch] Processing image to cache: myapp/res/drawable/overflow.png => myapp/bin/res/drawable/overflow.png
- [crunch] (processed image to cache entry myapp/bin/res/drawable/overflow.png: 0% size of source)
- [crunch] Processing image to cache: myapp/res/drawable/usb_icon.png => myapp/bin/res/drawable/usb_icon.png
- [crunch] (processed image to cache entry myapp/bin/res/drawable/usb_icon.png: 0% size of source)
- [crunch] Crunched 9 PNG files to update cache
- -package-resources:
- [aapt] Creating full resource package...
- [aapt] nothing matches overlay file ic_launcher.png, for flavor ,,,,,,,,,,,,ldpi,,,,,,,
- -package:
- [apkbuilder] Current build type is different than previous build: forced apkbuilder run.
- [apkbuilder] Creating Agent-debug-unaligned.apk and signing it with a debug key...
- -post-package:
- -do-debug:
- [zipalign] Running zip align on final apk...
- [echo] Debug Package: myapp/bin/Agent-debug.apk
- [propertyfile] Creating new property file: myapp/bin/build.prop
- [propertyfile] Updating property file: myapp/bin/build.prop
- [propertyfile] Updating property file: myapp/bin/build.prop
- [propertyfile] Updating property file: myapp/bin/build.prop
- -post-build:
- debug:
- BUILD SUCCESSFUL
- Total time: 27 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement