Converting compiled files and external libraries into ${intermediate.dex.file}...Running zip align on final apk...Installing ${out.debug.file} onto default emulator or device...Creating output directories if needed...Generating R.java / Manifest.java from the resources...hasCode = false. Skipping...Compiling aidl files into Java classes...hasCode = false. Skipping...hasCode = false. Skipping...
@${proguard.config}
-injars ${project.jars}
-outjars ${obfuscated.jar.file}
-libraryjars ${android.libraryjars}
-dump ${obfuscate.absolute.dir}/dump.txt
-printseeds ${obfuscate.absolute.dir}/seeds.txt
-printusage ${obfuscate.absolute.dir}/usage.txt
-printmapping ${obfuscate.absolute.dir}/mapping.txt
hasCode = false. Skipping...Packaging resourcesDebug Package: ${out.debug.file}No key.store and key.alias properties found in build.properties.Please sign ${out.unsigned.file} manuallyand run zipalign from the Android SDK tools.***************************************************** Android Manifest has debuggable=true ******** Doing DEBUG packaging with RELEASE keys *****************************************************Signing final apk...Release Package: ${out.release.file}Unable to run 'ant uninstall', manifest.package property is not defined.
Uninstalling ${manifest.package} from the default emulator or device...Instrumenting classes from ${out.absolute.dir}/classes...Android Ant Build. Available targets: help: Displays this help. clean: Removes output files created by other targets. compile: Compiles project's .java files into .class files. debug: Builds the application and signs it with a debug key. release: Builds the application. The generated apk file must be signed before it is published. install: Installs/reinstalls the debug package onto a running emulator or device. If the application was previously installed, the signatures must match. uninstall: Uninstalls the application from a running emulator or device.