Friday, May 24, 2019

Emulator 29.0.11 Canary

Emulator 29.0.11 is now available in the Canary and Dev channels. Changes:
  • Fixed flaky failure to start the emulator on Windows (vCPU shutdown request).
  • The Windows emulator now relies on the libgcc DLL that we ship instead of being compiled with libgcc statically.
  • Added headless build for 32-bit x86 guests (qemu-system-i386) due to demand, enabling API <= 26 x86 32-bit images to run with the headless build (Note that for 32-bit x86 guests API 27 and later, the 64-bit engine (qemu-system-x86_64) is still used because in these system images, while the userspace is 32-bit, the kernel is 64-bit and that's the part that matters when selecting emulation engines).
  • Added logcat support to the gRPC API. Details More background on gRPC support.