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
▼
2026
2026
(61)
▼
August
August
(2)
Android Studio Quail 3 Patch 1 now available
Android Studio Quail 4 Canary 4 now available
►
July
July
(11)
►
June
June
(9)
►
May
May
(9)
►
April
April
(9)
►
March
March
(6)
►
February
February
(7)
►
January
January
(8)
►
2025
2025
(93)
►
December
December
(8)
►
November
November
(7)
►
October
October
(8)
►
September
September
(8)
►
August
August
(8)
►
July
July
(8)
►
June
June
(7)
►
May
May
(7)
►
April
April
(10)
►
March
March
(7)
►
February
February
(9)
►
January
January
(6)
►
2024
2024
(90)
►
December
December
(7)
►
November
November
(4)
►
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)
►
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
Android Studio 3.1 RC 3 now available
Monday, March 19, 2018
Android Studio 3.1 RC3 is now available in the Beta channel.
This update includes fixes for the following public issues:
Issue#73800636
: Main dex list not tracing all classes annotated with runtime annotations
Issue#70909581
: okhttp fails sporadically on android 4.x mediatek devices
Issue#73122455
: External CMake building broken by using Gradle plugin newer than 3.0.1
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 here
.
Emulator 27.2.1 canary
Friday, March 16, 2018
Emulator 27.2.1 is now available in the Canary channel for Windows, Mac, and Linux,
bringing the fixes and enhancements from 27.2.0 to Windows
.
Emulator hang fix
We addressed a major source of emulator hangs on Windows by fixing an issue in QEMU 2.9. If you are still experiencing emulator hangs, please file an issue to
Issuetracker
. We are actively investigating emulator hangs and are making this a priority.
Screen recording enhancement
Audio encoding for screen recording has been moved off of the QEMU main loop to a separate thread to increase reliability and performance.
Other changes:
Fixed a crash on saving recorded video from screen recording.
Fixed an issue in which the VirtualScene camera's controls could steal focus too frequently on Xfce, and the mouse pointer could flicker.
Telephone and SMS are now properly deactivated when airplane mode is on.
Mac: Emulator window now properly shows a drop shadow when frameless mode is disabled.
To address issues caused by not having enough free disk space for snapshots, the emulator now checks for sufficient free disk space on startup, and will not start unless at least 2 GB is free.
Android Studio 3.2 Canary 6 now available
Monday, March 12, 2018
Android Studio 3.2 Canary 6 is now available in the Canary and Dev channels.
New Code Shrinker
R8 is a new tool for code shrinking and obfuscation that replaces ProGuard. You can start using the preview version of R8 by including the following in your project’s
gradle.properties
file:
android.enableR8 = true
Changed default ABIs for multi-APKs
When
building multiple APKs
that each target a different ABI, Android plugin for Gradle 3.2.0-alpha5 and higher no longer generate APKs for the following ABIs by default:
mips
,
mips64
, and
armeabi
.
If you are using NDK r16b or lower and you want to continue to build APKs for those ABIs, you need to include them explicitly in your app’s
build.gradle
file, as follows:
splits {
abi {
include
'armeabi', 'mips', 'mips64'
...
}
}
NDK r17 users
: If you are using
NDK r17 beta 1
or higher, you can no longer build APKs for
mips
,
mips64
, or
armeabi
using Android plugin for Gradle 3.2.0-alpha5 or higher.
General bug fixes
This update includes fixes for the following public issues:
Issue#67035929
: Wrong tips "super call" with Kotlin plugin.
Issue#73592522
: Bug: preview still shown when closing layout editor
Issue#73857733
: Lint flags REQUEST_INSTALL_PACKAGES as "Only granted to system apps" even though it it required
Issue#73873828
: False positive test with a misconfigured test layout xml
Issue#73747114
: Incorrect warning for VisibleForTesting using kotlin's file scope
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 here
.
Android Studio 3.1 RC 2 now available
Monday, March 12, 2018
Android Studio 3.1 RC2 is now available in the Beta channel.
Changed default ABIs for multi-APKs
When
building multiple APKs
that each target a different ABI, Android plugin for Gradle 3.1.0 and higher no longer generate APKs for the following ABIs by default:
mips
,
mips64
, and
armeabi
.
If you are using NDK r16b or lower and you want to continue to build APKs for those ABIs, you need to include them explicitly in your app’s
build.gradle
file, as follows:
splits {
abi {
include
'armeabi', 'mips', 'mips64'
...
}
}
NDK r17 users
: If you are using
NDK r17 beta 1
or higher, you can no longer build APKs for
mips
,
mips64
, or
armeabi
using Android plugin for Gradle 3.1.0 or higher.
General bug fixes
This update includes fixes for the following public issues:
Issue#73730693
: Action search breaks when APK plugin disabled.
Issue#73450636
: D8 desugaring fails with Espresso 3.0.2-alpha1
Issue#73183204
: Can't build w/ 3.1 beta 1 or 2 - Could not get unknown property 'manifestFile' for task
Issue#73563032
: Lint is detecting a "CheckResult" issue when using lambdas in Kotlin
Issue#73397414
: "Run->Run App" quits right after Gradle (trying to) build without messages or launching app.
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 here
.
Emulator 27.2.0 Canary for Mac and Linux
Friday, March 9, 2018
Emulator 27.2.0 is now available in the Canary channel for Mac and Linux. (Windows coming soon.)
The Linux version of the emulator is now built using a modern Clang C++ toolchain. This change fixes the long-standing issue of the
emulator failing to start due to libGL and libstdc++ errors
Other fixes:
Many ADB zombie processes could get spawned by the emulator when ADB versions mismatched. (
issue 73094692
)
Spurious pstore-related warning message often displayed. (
issue 73249556
)
Multiple webcams were not supported on Mac. Now webcam0 and webcam1 can be used together.
Enhancements to Quick Boot snapshots:
Load Now
button added to Settings page, allowing loading of a Quick Boot snapshot without requiring a restart of the emulator.
Incremental saving now applies to the
Save Now
button, allowing for faster saves.
Please file issues if these new functions are slow or buggy. We are actively working on optimizing snapshot saves.
Android Studio 3.2 Canary 5 now available
Tuesday, March 6, 2018
Android Studio 3.2 Canary 5 is now available in the Canary and Dev channels.
This update includes fixes for the following public issues:
Issue#73334521:
Unable to import an SVG file with fractional dimensions
Issue#72313724
: Removed jars in Desugar classpath
Issue#67597902
: Remove timestamps from AARs
Issue#62075688
: Request: sort attributes of views so that "layout_toRightOf"&"layout_toEndOf be together, and so layout_toLeftOf&layout_toStartOf
Issue#73183202
: Add Lint Rule for Intent#setType()
Issue#69661432
: Gradle project sync failed: CreateProcess error=216 on Windows 32 bits
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 here
.
Android Studio 3.1 RC 1 now available
Tuesday, March 6, 2018
Android Studio 3.1 RC 1 is now available in the Beta channel.
This update includes fixes for the following public issues:
Issue#73644073
: AS 3.1 Beta 2, UnsupportedOperationException: why generate DataBindingXmlReferenceContributor$2.getReferencesByElement
Issue#72313724
: Removed jars in Desugar classpath
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 here
.