Test running startedTest running failed: : device not found Installing .testsĭEVICE SHELL COMMAND: pm install -r '/data/local/tmp/.tests' Local path: /Users/rfzabick/IdeaProjects/ApiDemos/out/production/Tests/Tests.apk Users/rfzabick/android-sdk-mac_x86/tools/emulator -avd android4.0.3-api15 -netspeed full -netdelay none -wipe-data -no-boot-anim Users/rfzabick/android-sdk-mac_x86/tools/emulator -avd MyAvd0 -netspeed full -netdelay noneĪfter advice, I switched to android 4.0.3 (API 15). All I see in the output window in IntelliJ is Waiting for device. When I run tests, though, my emulator starts up, and then just sits there. I can run applications just fine in my emulator.
Other tests, such as .view.Focus2AndroidTest, use android classes, and therefore need to run in the emulator, that is a problem. Some of the tests run as standard unit tests, no problem. I'm trying to run the sample unit tests for the sample code that ships with the android SDK.