-
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
-
[JENKINS-25790] New adb connect command always fails to connect emulator on OS X
Summary | Original: New adb connect command always fails to connect on OS X | New: New adb connect command always fails to connect emulator on OS X |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue duplicates JENKINS-11952 [ JENKINS-11952 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 159769 ] | New: JNJira + In-Review [ 208257 ] |
I can confirm this issue! Mostly the emulator says something like "socket already connected".