Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Jenkins ver. 1.436
Android Emulator Plugin 1.18
Description
The Android Emulator Plugin doesn't work with the latest version of Android.
Reproducible with the following emulator configuration:
Android OS version: Android-14
Density: 160
Resolution: HVGA
The following error is showing in the log:
Started by upstream project "BlockCrusher-Monkey" build number 12 [android] Using Android SDK: /opt/android-sdk-linux/ [android] Creating Android AVD: /var/lib/jenkins/.android/avd/hudson_en-US_160_HVGA_android-14.avd Error: This platform has more than one ABI. Please specify one using --abi. [android] Could not create Android emulator: Failed to run AVD creation command Finished: NOT_BUILT
I downloaded all available packages into the Android SDK.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | JNJira [ 141743 ] | JNJira + In-Review [ 205428 ] |
Thanks for the report. I haven't managed to reproduce this by installing all packages, but I can see what the problem is.
Could you possibly post the output of "android list target" on that machine for "android-14", such as this (or at least just the "ABIs" line):
Probably we need to add an "ABI" text box to the build configuration, so that you can choose which ABI image you wish to create the emulator with...