Android 14 Emulator Available on Linux Machines #2832
Locked
helinanever
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Linux machines on Codemagic now include the Android 14 (API level 34) emulator, helping you align with the latest Android standards. As a reminder, starting August 31, 2024, all new apps and updates submitted to Google Play will need to target API level 34.
What changed?
How to access the new emulator in codemagic.yaml
To use the new Android 14 (API level 34) emulator in codemagic.yaml, specify the emulator in the launch command by referencing it as
emulator-34
.If you omit the
-34
suffix, the default Android 11 (API level 30) emulator will launch.This update will keep you current with Google Play requirements while ensuring compatibility with your existing setups. For questions or assistance, please feel free to reach out.
Best,
Team Codemagic
Beta Was this translation helpful? Give feedback.
All reactions