Skip to content Skip to sidebar Skip to footer

Android Nativedriver, Starting An App With Istrumentation

I followed the steps that were written down here. Problem arises when I try to restart the app using adb command. LogCat shows the error: 01-26 20:40:30.455: E/AndroidRuntime(418):

Solution 1:

Awesome. In the Build Path settings in eclipse, I moved the server-standalone.jar file up in the order, and then it worked.

Solution 2:

I ran into this same issue earlier, the solution for me was to make sure my jar files were referenced properly in Eclipse and then rebuild the sample-layouts project. This rolls the jars up into the build so they will be found at run-time.

Post a Comment for "Android Nativedriver, Starting An App With Istrumentation"