Skip to content Skip to sidebar Skip to footer

Android Unit Test : Instrumentation Failed Due To A Class Error

I am running a test using Robotium on an android emulator. When I run my test I get an error saying 'Test failed to run to completion.Reason: Instrumentation failed due to com.e

Solution 1:

Delete and Create the test project again with proper class paths and the path to apk. You just have to create a test project and include any external Jar's if you have. This worked for me.


Post a Comment for "Android Unit Test : Instrumentation Failed Due To A Class Error"