-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Android Emulator Plugin 3.0
Trying to run
gradlew connectedmyAppDebugAndroidTest
Getting following error even though
[android] Emulator is ready for use
* What went wrong: Execution failed for task ':app:connectedmyAppDebugAndroidTest'. > com.android.builder.testing.api.DeviceException: No connected devices!
On the same configuration, if I run
"$ANDROID_HOME"/platform-tools/adb shell am start -S -W MY_APP_PACKAGE
then it's working