-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Troubleshooting
- I've searched discuss.bitrise.io for possible solutions.
- Which version of the step is effected? @1
- Is the issue reproducible with the latest version? YES
- Does the issue happen sporadically, or every time? EVERY TIME
- Is the issue reproducible locally by following our local debug guide? YES
Issue description
AVDs are no longer distributed as 32bit (x86) and only provided as 64bit (x86_64) emus starting API 31. This change unfortunately makes the default configuration of x86 obsolete and the build fails on unknown configuration.
From my point of view there are two options on the table.
- Disable x86 for APIs 31 and above (probably labor intensive)
- Make x86_64 the default (breaks compatibility for workflows using @1)
Bitrise info
- Build URL: https://app.bitrise.io/build/68a7a408-8c04-4fe9-913e-1c6a4bb8a00b
- Bitrise Support enabled: NO (no need for support, this is a genuine bug report)
- Log: No thanks.
Warning: Failed to find package 'system-images;android-32;google_apis;x86'