Converting compiled files and external libraries into ${intermediate.dex.file}... Running zip align on final apk... Installing ${out.debug.package} onto default emulator or device... Creating output directories if needed... Generating R.java / Manifest.java from the resources... Compiling aidl files into Java classes... You requested ProGuard, but you don't have the JAR available! See README -injars ${out.classes.dir} -outjars ${out.dir}/classes.min.jar -libraryjars ${android.jar} -dontskipnonpubliclibraryclasses -dontobfuscate -dontoptimize -printusage ${out.dir}/proguard.usage -keep public class * extends android.app.Activity -keep public class * extends android.app.Service -keep class org.connectbot.** -keep public class com.trilead.ssh2.compression.* -keep public class com.trilead.ssh2.crypto.* Converting compiled files and external libraries into ${out.dir}/${dex.file.name}... Converting compiled files and external libraries into ${out.dir}/${dex.file.name}... Packaging resources Debug Package: ${out.debug.package} No key.store and key.alias properties found in build.properties. Please sign ${out.unsigned.package} manually and run zipalign from the Android SDK tools. Signing final apk... Release Package: ${out.release.package} 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. proguard: use before build statements like "debug" and "release" to enable proguard dead code removal. NOTE: You must have tools/proguard.jar available. See the README. Updating resources with SVN revision and build date... Updated "msg_version" to: ${ant.project.name} ${manifest.version.name} (r${Revision} ${build.date}) Building and installing tests... Running test cases...