Lines Matching full:echo
124 <echo>Converting compiled files and external libraries into ${intermediate.dex.file}...</echo>
175 <echo>Running zip align on final apk...</echo>
190 <echo>Installing ${out.debug.package} onto default emulator or device...</echo>
204 <echo>Creating output directories if needed...</echo>
214 <echo>Generating R.java / Manifest.java from the resources...</echo>
227 <echo>Compiling aidl files into Java classes...</echo>
277 <echo>Packaging resources</echo>
312 <echo>Debug Package: ${out.debug.package}</echo>
325 <echo>No key.store and key.alias properties found in build.properties.</echo>
326 <echo>Please sign ${out.unsigned.package} manually</echo>
327 <echo>and run zipalign from the Android SDK tools.</echo>
342 <echo>Signing final apk...</echo>
355 <echo>Release Package: ${out.release.package}</echo>
372 <echo
373 </echo>
379 <echo>Uninstalling ${manifest.package} from the default emulator or device...</echo>
397 <echo>Instrumenting classes from ${out.absolute.dir}/classes...</echo>
445 <echo>Android Ant Build. Available targets:</echo>
446 <echo> help: Displays this help.</echo>
447 <echo> clean: Removes output files created by other targets.</echo>
448 <echo> compile: Compiles project's .java files into .class files.</echo>
449 <echo> debug: Builds the application and signs it with a debug key.</echo>
450 <echo> release: Builds the application. The generated apk file must be</echo>
451 <echo> signed before it is published.</echo>
452 <echo> install: Installs/reinstalls the debug package onto a running</echo>
453 <echo> emulator or device.</echo>
454 <echo> If the application was previously installed, the</echo>
455 <echo> signatures must match.</echo>
456 <echo> uninstall: Uninstalls the application from a running emulator or</echo>
457 <echo> device.</echo>