Is it possible to run some android tests for example: AndroidTestCase without using emulator?
+2
A:
You need an Android emulator or Android device to run Android APK files, including those APK files that implement AndroidTestCase subclasses used to test other APK file contents.
CommonsWare
2009-12-06 14:22:58