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
Which SDK Tools version are you using? If it is 14 or later, you need to use ant emma debug install test
instead of ant coverage
Try ant all clean emma debug install test in the test project root after cleaning, updating and building both the projects
ProjectName/classes
to Project/bin/classes