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} -outjars ${out-folder}/classes.min.jar -libraryjars ${android-jar} -dontskipnonpubliclibraryclasses -dontobfuscate -dontoptimize -printusage ${out-folder}/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.cipher.* Converting compiled files and external libraries into ${out-folder}/${dex-file}... Converting compiled files and external libraries into ${out-folder}/${dex-file}... Packaging resources All generated packages need to be signed with jarsigner before they are published. Installing ${out-debug-package} onto default emulator... Installing ${out-debug-package} onto default emulator... Uninstalling ${application-package} from the default emulator... Android Ant Build. Available targets: help: Displays this help. debug: Builds the application and sign 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: uninstall 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 strings.xml with SVN revision and build date... Updated "msg_version" to: ${ant.project.name} ${manifest.android:versionName} (r${Revision} ${build.date}) Building and installing tests... Running test cases...