subh

android

Mar 9th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. Buildfile: /home/subh/subh/androidapp/HelloAndroid/build.xml
  2.  
  3. help:
  4. [echo] Android Ant Build. Available targets:
  5. [echo] help: Displays this help.
  6. [echo] clean: Removes output files created by other targets.
  7. [echo] The 'all' target can be used to clean dependencies
  8. [echo] (tested projects and libraries)at the same time
  9. [echo] using: 'ant all clean'
  10. [echo] debug: Builds the application and signs it with a debug key.
  11. [echo] The 'nodeps' target can be used to only build the
  12. [echo] current project and ignore the libraries using:
  13. [echo] 'ant nodeps debug'
  14. [echo] release: Builds the application. The generated apk file must be
  15. [echo] signed before it is published.
  16. [echo] The 'nodeps' target can be used to only build the
  17. [echo] current project and ignore the libraries using:
  18. [echo] 'ant nodeps release'
  19. [echo] instrument:Builds an instrumented package and signs it with a
  20. [echo] debug key.
  21. [echo] test: Runs the tests. Project must be a test project and
  22. [echo] must have been built. Typical usage would be:
  23. [echo] ant [emma] debug installt test
  24. [echo] emma: Transiently enables code coverage for subsequent
  25. [echo] targets.
  26. [echo] install: Installs the newly build package. Must either be used
  27. [echo] in conjunction with a build target (debug/release/
  28. [echo] instrument) or with the proper suffix indicating
  29. [echo] which package to install (see below).
  30. [echo] If the application was previously installed, the
  31. [echo] application is reinstalled if the signature matches.
  32. [echo] installd: Installs (only) the debug package.
  33. [echo] installr: Installs (only) the release package.
  34. [echo] installi: Installs (only) the instrumented package.
  35. [echo] installt: Installs (only) the test and tested packages (unless
  36. [echo] nodeps is used as well.
  37. [echo] uninstall: Uninstalls the application from a running emulator or
  38. [echo] device. Also uninstall tested package if applicable
  39. [echo] unless 'nodeps' is used as well.
  40.  
  41. BUILD SUCCESSFUL
  42. Total time: 2 seconds
  43. subh@subh:~/subh/androidapp/HelloAndroid$
Advertisement
Add Comment
Please, Sign In to add comment