Running tests ... Resolving Build Target for ${ant.project.name}... ---------- Creating output directories if needed... Android Ant Build. Available targets: help: Displays this help. clean: Removes output files created by other targets. build: Builds the test library. install: Installs the library on a connected device or emulator. test: Runs the tests. It is possible to mix targets. For instance: ant build install test This will build, install and run the test in a single command.