[android-developers] Re: Instrumentation failing with classnotfound on android.test.InstrumentationTestRunner

2008-08-25 Thread Josh Guilfoyle
I have made this work correctly and discuss it on my blog here: http://devtcg.blogspot.com/2008/08/android-instrumentation-example.html On Aug 23, 1:02 am, Carl H. [EMAIL PROTECTED] wrote: Hi Megha, I did not notice that no, was looking at the site. I tried to add the second androidManifest

[android-developers] Re: Instrumentation failing with classnotfound on android.test.InstrumentationTestRunner

2008-08-23 Thread Carl H.
Hi Megha, I did not notice that no, was looking at the site. I tried to add the second androidManifest to my project under the acceptance folder which is my test folder. When I try to compile and install the app onto the device, I get the following error: 08-23 07:58:21.129:

[android-developers] Re: Instrumentation failing with classnotfound on android.test.InstrumentationTestRunner

2008-08-22 Thread Carl H.
Note that the cmd line is: adb shell am instrument -e class com.novoda.runbuddy.AllTests -w com.novoda.runbuddy/android.test.InstrumentationTestRunner and not as previously stated: adb shell am instrument -e class com.android.samples.AllTests -w

[android-developers] Re: Instrumentation failing with classnotfound on android.test.InstrumentationTestRunner

2008-08-22 Thread Megha Joshi
Did you notice there is one more AndroidManifest.xml file under the /tests folder in ApiDemos...perhaps you are missing that... We will add more information to the docs ... On Fri, Aug 22, 2008 at 4:50 AM, Carl H. [EMAIL PROTECTED] wrote: Note that the cmd line is: adb shell am instrument -e