Skip to content

EOL 32bit support for AVD images #36

@diareuse

Description

@diareuse

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

Warning: Failed to find package 'system-images;android-32;google_apis;x86'
  

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions