java.lang.NoClassDefFoundError while running JUnit test in Netbeans
- by Chandru K
I am building an Android hello world application in Netbeans. It's building properly and I am to run in the emulator also.
But when creating and running the Junit test and running the test I get a java.lang.NoClassDefFoundError.
How can I fix this problem?