-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Windows
After updating the Android SDK installation, my Android Jenkins projects failed with the message "Emulator did not appear to start; giving up".
As it turned out, Android SDK tools r12 now contains two emulators, "emulator-arm.exe" and "emulator-x86.exe". The old "emulator.exe" just starts the real emulator process and then quits. So, when the android-emulator plugin checks the process, it is already dead.
As a workaround, I renamed emulator-arm.exe to emulator.exe, but of course it would be nice to have the emulator platform configurable in the plugin
[JENKINS-10815] Emulator startup not detected with Android SDK tools r12
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Attachment | New: android-emulator.hpi [ 20827 ] |
Good detective work! That is consistent with what I saw when I first starting trying to get a r12 emulator running on Windows 7. In the end I worked around the issue by using a r11 SDK environment that I had. I hadn't had time to investigate why it wasn't working and had assumed that it was just my environment but obviously it is not.