Home | History | Annotate | Download | only in files

Lines Matching full:echo

121          <echo>Converting compiled files and external libraries into ${intermediate.dex.file}...
122 </echo>
168 <echo>Running zip align on final apk...</echo>
183 <echo>Installing ${out.debug.package} onto default emulator or device...</echo>
197 <echo>Creating output directories if needed...</echo>
207 <echo>Generating R.java / Manifest.java from the resources...</echo>
225 <echo>Compiling aidl files into Java classes...</echo>
273 <echo>Packaging resources</echo>
305 <echo>Debug Package: ${out.debug.package}</echo>
318 <echo>No key.store and key.alias properties found in build.properties.</echo>
319 <echo>Please sign ${out.unsigned.package} manually</echo>
320 <echo>and run zipalign from the Android SDK tools.</echo>
335 <echo>Signing final apk...</echo>
348 <echo>Release Package: ${out.release.package}</echo>
365 <echo>Unable to run 'ant uninstall', manifest.package property is not defined.
366 </echo>
372 <echo>Uninstalling ${manifest.package} from the default emulator or device...</echo>
390 <echo>Instrumenting classes from ${out.absolute.dir}/classes...</echo>
438 <echo>Android Ant Build. Available targets:</echo>
439 <echo> help: Displays this help.</echo>
440 <echo> clean: Removes output files created by other targets.</echo>
441 <echo> compile: Compiles project's .java files into .class files.</echo>
442 <echo> debug: Builds the application and signs it with a debug key.</echo>
443 <echo> release: Builds the application. The generated apk file must be</echo>
444 <echo> signed before it is published.</echo>
445 <echo> install: Installs/reinstalls the debug package onto a running</echo>
446 <echo> emulator or device.</echo>
447 <echo> If the application was previously installed, the</echo>
448 <echo> signatures must match.</echo>
449 <echo> uninstall: Uninstalls the application from a running emulator or</echo>
450 <echo> device.</echo>