-
Bug
-
Resolution: Duplicate
-
Blocker
-
OS X 10.9.5
Jenkins ver. 1.580.1
Android Emulator Plugin v2.12
Android SDK Tools 23.0.5
Android SDK Build-tools 21.1.1
With the new version of the Android Emulator Plugin the adb cannot connect to the emulator.
This will never succeed to connect to the emulator on OS X:
adb -s emulator-5834 shell getprop dev.bootcomplete
The old version will work on OS X:
adb connect localhost:5834
adb -s localhost:5834 shell getprop dev.bootcomplete
- duplicates
-
JENKINS-11952 Emulator occasionally hangs indefinitely on startup, unable to connect adb
- Reopened