Monday, August 3, 2020

Emulator 30.0.24 Canary

Emulator 30.0.24 is now available in the Canary and Dev channels. 


General fixes available in this release:
  • Fixed an issue with Youtube videos flickering or not showing up on snapshot load.

  • Foldable devices now also carry a sub-type parameter. The config.ini property `hw.sensor.hinge.sub_type = hinge/fold` is now available. More info

  • Hinge sensor is now enabled by default.

  • Fixed a race condition when tearing down Vulkan state when a guest Vulkan app exited.

  • Switched back to software decode for libvpx for now as we've seen issues with CUDA hardware decode of libvpx. If you have a supported CUDA hardware decode implementation on the host side, hardware decode of libvpx can be re-enabled via the environment variable `ANDROID_EMU_MEDIA_DECODER_CUDA_VPX=1`.

  • USB passthrough is now available on Windows via `-qemu -usb -device usb-host,vendorid=<usb-vendor-id>,productid=<usb-product-id>`