I\'m trying to develop an external library (not sure if that\'s the right term) to provide prepackaged functionality in Android projects. Working in Eclipse, I\'ve added the app
You could try the lib Robolectric, that implements the android API so you would be able to create JUnit tests for some isolated code you have:
http://robolectric.org/