Platform
Android Studio
Google Play
Jetpack
Docs
Blog
Download
What's New
User Guide
Preview
Home
Platform
Android Studio
Download
What's New
User Guide
Preview
Google Play
Docs
Blog
Download a Preview
Install Alongside Stable
New Features
Release Updates
Updates archive
►
2024
2024
(82)
►
November
November
(3)
►
October
October
(8)
►
September
September
(8)
►
August
August
(9)
►
July
July
(6)
►
June
June
(7)
►
May
May
(9)
►
April
April
(9)
►
March
March
(6)
►
February
February
(8)
►
January
January
(9)
►
2023
2023
(76)
►
December
December
(4)
►
November
November
(9)
►
October
October
(7)
►
September
September
(8)
►
August
August
(3)
►
July
July
(4)
►
June
June
(6)
►
May
May
(10)
►
April
April
(4)
►
March
March
(7)
►
February
February
(9)
►
January
January
(5)
►
2022
2022
(59)
►
December
December
(3)
►
November
November
(5)
►
October
October
(8)
►
September
September
(4)
►
August
August
(4)
►
July
July
(2)
►
June
June
(7)
►
May
May
(6)
►
April
April
(5)
►
March
March
(6)
►
February
February
(5)
►
January
January
(4)
►
2021
2021
(54)
►
December
December
(3)
►
November
November
(2)
►
October
October
(6)
►
September
September
(4)
►
August
August
(5)
►
July
July
(8)
►
June
June
(4)
►
May
May
(5)
►
April
April
(1)
►
March
March
(7)
►
February
February
(4)
►
January
January
(5)
▼
2020
2020
(107)
►
December
December
(7)
►
November
November
(3)
►
October
October
(8)
►
September
September
(6)
►
August
August
(11)
►
July
July
(14)
►
June
June
(10)
►
May
May
(12)
►
April
April
(11)
▼
March
March
(11)
Android Studio 3.6.2 available
Emulator 30.0.6 Canary, Windows performance
Emulator 30.0.5 Stable
Android Studio 4.1 Canary 4 available
Emulator 30.0.5 Canary
Android Studio 4.0 Beta 3 available
Android Studio 4.1 Canary 3 available
Emulator 30.0.4 Canary
Android Studio 4.0 Beta 2 available
Android Studio 4.1 Canary 2 available
Emulator 30.0.3 Canary
►
February
February
(6)
►
January
January
(8)
►
2019
2019
(145)
►
December
December
(16)
►
November
November
(12)
►
October
October
(10)
►
September
September
(13)
►
August
August
(12)
►
July
July
(6)
►
June
June
(9)
►
May
May
(18)
►
April
April
(14)
►
March
March
(12)
►
February
February
(10)
►
January
January
(13)
►
2018
2018
(128)
►
December
December
(13)
►
November
November
(12)
►
October
October
(10)
►
September
September
(10)
►
August
August
(16)
►
July
July
(10)
►
June
June
(13)
►
May
May
(9)
►
April
April
(11)
►
March
March
(12)
►
February
February
(9)
►
January
January
(3)
►
2017
2017
(48)
►
December
December
(3)
►
November
November
(2)
►
October
October
(8)
►
September
September
(3)
►
August
August
(4)
►
July
July
(3)
►
June
June
(3)
►
May
May
(4)
►
April
April
(5)
►
March
March
(5)
►
February
February
(6)
►
January
January
(2)
►
2016
2016
(5)
►
December
December
(3)
►
November
November
(2)
Subscribe to updates
Posts
Atom
Posts
Android Developers
Android Studio
Preview
Release Updates
Emulator 30.0.5 Stable
Wednesday, March 25, 2020
Emulator 30.0.5 is now available in all channels. This is primarily a bugfix release with no new features except to be compatible with future Android R Developer Previews. Changes relative to previous stable version, 30.0.0:
When using a host webcam on Linux (
webcam0
and others), more webcam formats are supported.
When running with Android 11 system images, a new protocol is used for the camera that uses host coherent shared memory and async processing.
For the Linux emulator, if the user does not have permissions to use
/dev/kvm
, we now print more informative error messages.
Emulator can now be launched from an sshfs mount point.
Added support for host-side / hardware H.264 and VPx decode via combinations of ffmpeg, VideoToolbox on macOS, and CUDA if a NVIDIA GPU is used on the host. This requires a future Android 11 system image release.
Sensors are now supported through the gRPC channel.
Fixed issue in Hypervisor.framework backend where x86 AND/OR instructions were not properly emulated when in long mode.
ipv6 port forwarding with SLIRP is now supported as part of the QEMU command line options and QEMU monitor:
ipv6_hostfwd_add [hub_id name]|[netdev_id] [tcp|udp]:[hostaddr6]:hostport-[guestaddr6]:guestport
ipv6_hostfwd_remove [hub_id name]|[netdev_id] [tcp|udp]:[hostaddr6]:hostport
Fixed incorrect timestamps in some metrics sending.
WebRTC service now only activates frame sending when needed.
Voice assistant button for Car AVDs is now hidden.
Reduced download size due to optimizing ffmpeg build.
Fixed crash when closing the emulator with editable slider widgets active in the extended UI.
When running the emulator in
-no-window
mode and screenshots are repeatedly taken, the screenshots should now better follow the state of the device.
Added experimental support in the virtual sensors page for displaying the virtual framebuffer in various states of folding, available via starting the emulator with the environment variable
ANDROID_EMU_ABSTRACT_DEVICE_VIEW=1
. The "Fold" slider controls folding of the display at various hinge angles (Only vertical fold is supported currently):