Skip to content

Conversation

cnaples79
Copy link

Flutter no longer supports 32-bit x86 emulators, so the Android job was failing to find a supported device:

Android SDK built for x86 (mobile) • emulator-5554 • unsupported • Android 9 (API 28) (unsupported) (emulator)

This updates the emulator configuration to a supported architecture and API level:

  • arch: x86_64
  • api-level: 33
  • target: google_apis
  • headless emulator flags

This matches Flutter’s current Android support matrix and resolves the “unsupported (emulator)” device issue.

Fixes #226.

…activecircus/android-emulator-runner arch: x86_64, api-level: 33, target: google_apis\n- Add headless emulator options\n\nFixes google#226
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Switch Android emulator from x86 to x86_64 (API 33+) for Flutter
1 participant