Creating output directories if needed...Generating R.java / Manifest.java from the resources...Compiling aidl files into Java classes...Converting compiled files and external libraries into ${out.dir}/${dex.file.name}...Packaging resourcesRunning zip align on final apk...Debug Package: ${out.debug.package}No key.store and key.alias properties found in build.properties.Please sign ${out.unsigned.package} manuallyand run zipalign from the Android SDK tools.Signing final apk...Running zip align on final apk...Release Package: ${out.release.package}Installing ${out.debug.package} onto default emulator or device...Installing ${out.debug.package} onto default emulator or device...Unable to run 'ant uninstall', application.package is not defined in build.propertiesUninstalling ${application.package} from the default emulator or device...Android Ant Build. Available targets: help: Displays this help. 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 the debug package onto a running emulator or device. This can only be used if the application has not yet been installed. reinstall: Installs the debug package on a running emulator or device that already has the application. The signatures must match. uninstall: Uninstalls the application from a running emulator or device.