Have you also tried adding a

<uses-library android:name="android.test.runner" />

statement to the AndroidManifest.xml?

I recommend taking a look at the ApiDemos/tests sample code if you haven't
already.

Regards,
Brett.

On Wed, Mar 24, 2010 at 7:49 PM, jimmyv <ja...@jvavrik.com> wrote:

> Okay, so I'm new to Android dev, and I've been doing the tutorials and
> stuff. Yesterday, everything compiled and ran fine. Then, I decided to
> add some sound clips to my app, everything still compiled and ran
> fine.
>
> Today, I keep getting the following error. I also tried to make my own
> app, and I still get the same error across all my apps:
>
> ERROR: Application does not specify a
> android.test.InstrumentationTestRunner instrumentation or does not
> declare uses-library android.test.runner
>
> I tried searching for a solution, and came up with adding:
>
> <instrumentation android:name="android.test.InstrumentationTestRunner"
> android:targetPackage="com.jvavrik.socialsounds"
> android:label="Sample Instrumentation" >
>
> to the manifest, but that does nothing!
>
> What should I do to fix this?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>
> To unsubscribe from this group, send email to android-beginners+
> unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> ME" as the subject.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to