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.
You're probably missing the uses-library and instrumentation nodes in your AndroidManifest.xml:
uses-library
instrumentation
AndroidManifest.xml