Possible Duplicate:
generating code coverage report for android test project
I am facing a problem in Emma Coverage for an Android Project.
I am able to generate the build.xml for the Project and the Test Project.
But when I run "ant coverage
" I do get the following error:
Buildfile: C:\Documents and Settings\user\workspace\HelloAndroidTest\build.xml
BUILD FAILED
Target "coverage" does not exist in the project "HelloAndroidActivityTest".
Total time: 0 seconds
Do I need to change my build.xml file for any of the projects? If Yes, what would be the optimum change?