Release updates archive

Android Studio 3.1 Canary 1 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 clicking Help > Check for Update (or Android Studio > Check for Updates on Mac). Otherwise, you can download it here.

Android Studio 3.0 is now available on the stable channel!

This release of Android Studio is packed with many new updates. There are three major feature areas you do not want to miss, including: a new suite of app profiling tools to quickly diagnose performance issues, support for the Kotlin programming language, and a new set of tools and wizards to accelerate your development on the latest Android Oreo APIs.

If you've set your Android Studio update channel to canary, the SDK Manager should now show an update to receive version 26.2.0 of the Android Emulator. This is the first release to include the new Quick Boot feature, which makes the Android Emulator start up much faster based on a snapshot of your previous AVD instance.

Android Studio 3.0 RC 2 is now available in the Canary, Dev, and Beta channels.

This update includes general bug fixes, including a fix to properly update from previously installed versions of the IDE on Linux and Windows.


Note: This release does not include patches. So, you must download a full installation.

We just published ConstraintLayout 1.1.0 beta 3 on the google maven repository:

dependencies {
  compile 'com.android.support.constraint:constraint-layout:1.1.0-beta3'
}

We just published ConstraintLayout 1.1.0 beta2.

It’s available from the maven repository:
dependencies {
  compile 'com.android.support.constraint:constraint-layout:1.1.0-beta2'
}