How can I use filter for emma when building Android test with ant for a library project?
From this question : How can I use filter for emma when building Android test with ant? I know emma can use a filter by adding the following lines to my ant.properties of the targeted project, not the test project, emma.filter=-com.your.excluded.package.* but it seems it doesn't work properly if my target project is a library project. My workspace looks like this: projectlib1 : lib project using lib2 projectlib1/tests : unit tests for lib1 projectlib2 : lib project using lib3 projectlib2/tests : unit tests for lib2 projectlib3 : stand alone lib When I run coverage for lib1 I also get coverage