Skip to content Skip to sidebar Skip to footer

Ant Emma Test With Android "could Not Find File Coverage.em To Delete."

I'm trying to get code coverage set up for my android project with Ant and Emma, and I have the project successfully building, the tests successfully running, and the coverage.ec f

Solution 1:

I get the coverage report successfully by following steps:

0.install ant on my system

1.(in the sdk/tools dir)

android update project -p <path to app project>

2.(in the sdk/tools dir)

android update test-project -m <path to app project> -p <path to test project>

3.(in the test project root dir)

ant clean emma debug install test

4.the report is /bin/coverage.html

Post a Comment for "Ant Emma Test With Android "could Not Find File Coverage.em To Delete.""