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.