i am trying to get a coverage report for my android junit test project and following this guide to do so
android update test-project -m <path to app project> -p <path to test project>
worked fine. it generated a build.xml and updated project.properties, local.properties and proguard.cfg.
but when I change directory to test project directory and enter command
ant coverage
it gives me this error.
BUILD FAILED
Target "coverage" does not exist in the project "My Project Test".
Total time: 0 seconds
I am using windows xp.