On Mon, Dec 10, 2012 at 4:56 PM, darrinps <[email protected]> wrote: > Yes, I am thinking that's the issue. > > Just did everything needed to get your other project set up (downloaded > Action Bar Sherlock, created the library, etc.) only to see this when I > tried to run it: > > JUnitDemo does not specify a android.test.InstrumentationTestRunner > instrumentation or does not declare uses-library android.test.runner in its > AndroidManifest.xml > > Same thing.
JUnitDemo is the application. The tests/ sub-project is the test suite. You need to have both in your Eclipse workspace (import the main project, then import the tests/ sub-project). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.4 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

