Release updates archive

Android Studio 3.6.2 is now available in the Stable channel.

If you already have an Android Studio build on the  Stable channel, you can get the update by clicking ...

Emulator 30.0.6 is now available in the Canary and Dev channels. Changes:
  • Upgraded protobuf verison to 3.11.4
  • Added experimental car data replay feature for when running Android Auto Embedded system images to the car data page in the extended controls. The feature is flagged off and is called CarVhalReplay. To enable:
    • Launch the emulator from command line with -feature CarVhalReplay
    • Or, add "CarVhalReplay = on" to ~/.android/advancedFeatures.ini
    • More details
  • Fixed kernel version parsing issue when running aarch64 guest kernels.
  • Vulkan
    • Worked around issue that occurs on Windows NVIDIA GPUs when creating/destroying VkPipelineLayouts in multiple threads.
  • Improved support (fixes, performance improvements) for host-side video codecs. Requires a future Android R system image.

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 ...


Android Studio 4.1 Canary 4 is now available in the Canary and Dev channels.

If you have Android Studio set to receive updates on the  Canary or Dev channel, you can get the update by choosing ...

Emulator 30.0.5 is now available in the Canary and Dev channels. Changes:


Android Studio 4.0 Beta 3 is now available in the Beta channel.

If you have Android Studio set up to receive updates on the  Beta channel, you can get the update by choosing ...


Android Studio 4.1 Canary 3 is now available in the Canary and Dev channels.

If you have Android Studio set to receive updates on the  Canary or Dev channel, you can get the update by choosing ...

Emulator 30.0.4 is now available in the Canary and Dev channels. Changes:
  • 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.


Android Studio 4.0 Beta 2 is now available in the Beta channel.

If you have Android Studio set up to receive updates on the  Beta channel, you can get the update by choosing ...


Android Studio 4.1 Canary 2 is now available in the Canary and Dev channels.

If you have Android Studio set to receive updates on the  Canary or Dev channel, you can get the update by choosing ...

Emulator 30.0.3 is now available in the Canary and Dev channels. Changes:
  • 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
    • Details
  • 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.