Release updates archive


Android Studio 3.3 Canary 1 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 ...


Android Studio 3.2 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 ...

We are very happy to announce the first alpha release of ConstraintLayout 2.0. It’s available from the google maven repository:

dependencies {
  implementation 'com.android.support.constraint:constraint-layout:2.0.0-alpha1'
}

This is the first release containing the new MotionLayout class. MotionLayout is a layout designed to provide a rich framework for declarative animation and input-driven motion.


Android Studio 3.2 Beta 1 is now available in the Beta, Canary, and Dev channels.

If you already have an Android Studio build on the Beta, Canary, or Dev channel ...

Android Emulator 27.3.8 is now available in the Canary and Dev channels.

This update includes a single change to fix an issue that caused videos to be rendered as all-white frames in some situations on older API levels.

Android Emulator 27.3.7 is now available in the Canary and Dev channels. This update includes a single change:
  • Fixed issue for emulators running on Windows Hypervisor Platform where system images with API level <= 25 were not able to boot.

We just released ConstraintLayout 1.1.2. We recommend to update to this version. It’s available from the google maven repository:

dependencies {
  implementation 'com.android.support.constraint:constraint-layout:1.1.2'
}

This release fixes a few issues present with complex chains mixing ratio and weights.


Android Studio 3.2 Canary 18 is now available in the Canary and Dev channels.

If you already have an Android Studio build on the Canary or Dev channel, you can get the update by choosing ...

Android Emulator 27.3.6 is now available in the Canary and Dev channels.

This update contains the following changes:
  • Fixed crashes after initial snapshot load when loading color buffers from the snapshot.
  • Fixed potential memory corruption when saving snapshots of OpenGL shader program info logs.
  • Fixed potential memory corruption when checking CPUID of the host system.
  • On AMD machines running the latest Windows 10 and where Windows Hypervisor Platform can be successfully enabled, the emulator can now boot API level 26+ x86 / x86_64 AVDs in accelerated mode.
    • Warning: We have found that enabling Hyper-V or Windows Hypervisor Platform on many AMD Ryzen machines, especially laptops with Vega GPUs, can cause Windows to become unbootable. We only recommend trying this if your AMD system is already successfully running with Windows Hypervisor Platform enabled. 
    • Fix: If Windows has become unbootable because of enabling Windows Hypervisor Platform, disable virtualization in your system BIOS and reboot, which should allow you to disable the feature.


Android Studio 3.2 Canary 17 is now available in the Canary and Dev channels.

If you already have an Android Studio build on the Canary or Dev channel, you can get the update by choosing ...

The Android Studio 3.1.3 bug-fix update is available in the stable release channel.

This update fixes several bugs. For a list of fixes in this update, see the Android Studio 3.1.3 release notes ...

We just released ConstraintLayout 1.1.1. We recommend updating to this version. It’s available from the google maven repository:

dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.1'
}

This release fixes a few issues present in 1.1.0 ...

Android Emulator 27.3.5 is now available in the Canary and Dev channels.