jordanthompson
|
Posted: November 09, 2011 20:49 by jordanthompson
|
|
I have a project (that compiles and runs in the emulator.) I have a test project that tests part of this project. This test project also compiles with no problems, but when I try to run (test) it, I get a NoClassDefFoundError exception on one of the classes my test class tests (I hope that made sense!) when it starts to run in the emulator. I looked in the bin directory (of the test project) for the missing class, but could not find it. Should it be there? I found no reference (apk, etc) of the project I am trying to test either. How does the test project get the classes it needs to test against (in the classpath, I assume.) I did try running the app before testing, so I know it is installed correctly. |
missing target class to test in my test application
Replies: 0 - Last Post: November 09, 2011 20:49
by: jordanthompson
by: jordanthompson
showing 1 - 1 of 1
Replies: 0 - Last Post: November 09, 2011 20:49
by: jordanthompson
by: jordanthompson






