Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Android API level 35 #2258

Open
ubuntudroid opened this issue Jan 20, 2025 · 1 comment
Open

Support Android API level 35 #2258

ubuntudroid opened this issue Jan 20, 2025 · 1 comment

Comments

@ubuntudroid
Copy link

Use case

We want to run our maestro Android tests on our M2+ MacBooks and M2+ CIs, but weren't able to do that due to lack of support of API level 35 which is the only newer API level version supported on M2+ Macs.

Proposal

Unfortunately the latest official Android emulator images don't work anymore on M2+ Macs - if I understood correctly due to virtualization issues:

maestro start-device --platform android --os-version 34

Attempting to create Android emulator: Maestro_Pixel_6_API_34 
Failed to start android emulator: Error: Package Google APIs ARM 64 v8a System Image (system-images;android-34;google_apis;arm64-v8a) contains no system images. Valid system image paths are:
system-images;android-28;google_apis;arm64-v8a
system-images;android-35;google_apis_playstore;arm64-v8a
null

However, Google has fixed this with its emulator images for API level 35. Unfortunately, maestro start-device doesn't support API level 35.

maestro start-device --platform android --os-version 35
Provided Android version is not supported. Please use one of [34, 33, 31, 30, 29, 28]

Any chance we could get support for it?

Anything else?

ReactiveCircus/android-emulator-runner#392

Copy link

linear bot commented Jan 20, 2025

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

No branches or pull requests

1 participant