Compiler can not find AndroidInstrumentationTestCase2 when building Android app test code with Andro
- by orospakr
I have a project with some Android test code in it (with the appropriate elements, <uses-library> and <instrumentation>, added to AndroidManifest.xml). This works fine in Eclipse. However, it fails to build with mm, claiming that it can't find the test-runner classes:
…