Android Debug Bridge failing to detect emulators under OSX
I’ve been working on a project at the BBC where we are using the Android command-line tools from the Android Developer Tools , to spin up and terminate series of emulators. I noticed a big problem under OSX where ‘adb devices’ was failing to register emulators occasionally when we started them up, without any error message, even though they were loaded and quite clearly running in a window on OSX. This was a real problem for our project because we needed absolute parity between emulator process being launched and subsequently being detected by adb. ...