I use Emma pluging for code coverage in Android project. My tests are success when I running with JUnit but when I run with Emma I found an execption :
java.lang.NoClassDefFoundError:org/apache/http/cookie/Cookie I 'm using Cookie in the class test but JUnit pass with success. I have the same problem with the BasicNameValuePair. Do I need to make some import? Does anyone have this problem ? -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
