Error starting Android unit test, which extends ActivityInstrumentationTestCase2 and therefore wants to try and debug the test. However, breakpoints are ignored, and when debugging as an Android Junit Test, it runs tests ...
Here's the console log:
[2011-03-16 17:02:54 - AppName] Launching instrumentation android.test.InstrumentationTestRunner on device [my device ID here] [2011-03-16 17:02:55 - AppName] Collecting test information [2011-03-16 17:02:55 - AppName] Test run failed: Process crashed. [2011-03-16 17:02:55 - AppName] Test run finished [2011-03-16 17:02:56 - AppName] Sending test information to Eclipse [2011-03-16 17:02:56 - AppName] Running tests...
Any ideas?
source share