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
ant emma debug install test
ant coverage