From e2c37d4f4438ab467bf9a03acdfb8dd2542b3bf5 Mon Sep 17 00:00:00 2001 From: Piotr Gurgul Date: Tue, 25 Aug 2009 17:19:00 -0700 Subject: [PATCH] Ant clean target added Removes output files created by other targets. --- tools/scripts/android_rules.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/scripts/android_rules.xml b/tools/scripts/android_rules.xml index 4d41cae3c..4a98700e7 100644 --- a/tools/scripts/android_rules.xml +++ b/tools/scripts/android_rules.xml @@ -252,7 +252,6 @@ - @@ -263,6 +262,7 @@ Unable to run 'ant uninstall', application.package is not defined in build.properties + Uninstalling ${application.package} from the default emulator or device... @@ -271,17 +271,23 @@ + + + + + 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 the debug package onto a running emulator or - device. This can only be used if the application has + 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.