You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
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:
However, Google has fixed this with its emulator images for API level 35. Unfortunately,
maestro start-device
doesn't support API level 35.Any chance we could get support for it?
Anything else?
ReactiveCircus/android-emulator-runner#392
The text was updated successfully, but these errors were encountered: