Yeah, since the last release (where we moved from host:port to emulator-XXXX), the "connect"/"disconnect" stuff probably doesn't make sense any more — it's just silently failing the whole time in the plugin.

e.g. If I run it on the command line manually:

$ ANDROID_ADB_SERVER_PORT=9876 adb devices
List of devices attached 
emulator-5799	device

$ ANDROID_ADB_SERVER_PORT=9876 adb connect emulator-5799
unable to connect to emulator-5799:5555

$ ANDROID_ADB_SERVER_PORT=9876 adb disconnect emulator-5799
No such device emulator-5799:5555

So we can probably just delete that code; the emulator should be attached to adb with the patch from Richard above (as the adb server will be up and running before the emulator).

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to