Android Eclipse Plugin: Instrumentation Test Runner not specified.

Posted by Rob Stevenson-Leggett on Stack Overflow See other posts from Stack Overflow or by Rob Stevenson-Leggett
Published on 2009-06-17T23:09:04Z Indexed on 2010/05/28 0:21 UTC
Read the original article Hit count: 663

Filed under:
|
|
|

I'm getting this error when trying to run unit tests from Eclipse with an Android Project. The list of Instrumentation Test Runners is empty in the Android preferences.

[2009-06-17 23:57:51 - MyApp] ERROR: Application does not specify a android.test.InstrumentationTestRunner instrumentation or does not declare uses-library android.test.runner

Google-fu failing me.

It's also annoyingly decided that because I tried to run a unit test once, that's what I always want to do... Grr

© Stack Overflow or respective owner

Related posts about android

Related posts about eclipse