Skip to content
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
Compare
Choose a tag to compare
@741g 741g released this 17 Dec 02:23
· 5 commits to main since this release
79feb04

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.