I tried to use the EclEmma code coverage tool to check coverage of test cases, but got the following error:
java.lang.NoClassDefFoundError: android/test/ActivityInstrumentationTestCase2
How can I fix this?
I tried to use the EclEmma code coverage tool to check coverage of test cases, but got the following error:
java.lang.NoClassDefFoundError: android/test/ActivityInstrumentationTestCase2
How can I fix this?
You can read about the fact on eclEmma homepage that eclEmma is not supported in Java 7 because it fails with java7 bytecode:( if you go back to Java6 you can use it!