views:

147

answers:

2

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