-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: android-emulator-plugin
-
None
-
Environment: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Â
Â
Â