It sounds like you're selecting "Run As > Android JUnit Test" when attempting to run your app. This will attempt to execute all the JUnit tests in your project, but your project is not properly configured as a test project. What you probably want instead is to select "Run As > Android Application". This will install the app on the emulator, and launch its default activity.
Brett. On Fri, Aug 7, 2009 at 12:04 AM, Pugnap00<[email protected]> wrote: > > So ive set up eclipse, with android SKD, and im trying to get the test > HelloAndroid to run. My AVD is setup correctly, i did it through the > command prompt. Whenever i go to run my app i get this error. > > ERROR: Application does not specify a > android.test.InstrumentationTestRunner instrumentation or does not > declare uses-library android.test.runner > > Ive configured the build path. Ive never used eclipse before so i get > lost in this IDE pretty quik :P > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

