This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Initial Preview v3: Google APIs System Image
Pre-release
Pre-release
This release is the same as v2 (https://github.com/google/android-emulator-m1-preview/releases/tag/0.2), except the included system image is API 30 Google APIs ARM64-v8a.
Known issues:
- Webview (and apps that use webview) work, but Chrome doesn't. This is due to the AArch64-only runtime environment.
- Video decode is in software and can be slower for higher resolution videos versus the x86 system images. This is because the system image is ARM64-v8a-only and doesn't include AArch32 support, which our previous host-side video codecs relied on. We will enable the host side video decoding via VideoToolbox/ffmpeg/CUDA once we can build a non-AArch32 version of the codec driver in the guest.