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
(60)
▼
八月
八月
(1)
Android Studio Quail 4 Canary 4 now available
►
七月
七月
(11)
►
六月
六月
(9)
►
五月
五月
(9)
►
四月
四月
(9)
►
三月
三月
(6)
►
二月
二月
(7)
►
一月
一月
(8)
►
2025
2025
(93)
►
十二月
十二月
(8)
►
十一月
十一月
(7)
►
十月
十月
(8)
►
九月
九月
(8)
►
八月
八月
(8)
►
七月
七月
(8)
►
六月
六月
(7)
►
五月
五月
(7)
►
四月
四月
(10)
►
三月
三月
(7)
►
二月
二月
(9)
►
一月
一月
(6)
►
2024
2024
(90)
►
十二月
十二月
(7)
►
十一月
十一月
(4)
►
十月
十月
(8)
►
九月
九月
(8)
►
八月
八月
(9)
►
七月
七月
(6)
►
六月
六月
(7)
►
五月
五月
(9)
►
四月
四月
(9)
►
三月
三月
(6)
►
二月
二月
(8)
►
一月
一月
(9)
►
2023
2023
(76)
►
十二月
十二月
(4)
►
十一月
十一月
(9)
►
十月
十月
(7)
►
九月
九月
(8)
►
八月
八月
(3)
►
七月
七月
(4)
►
六月
六月
(6)
►
五月
五月
(10)
►
四月
四月
(4)
►
三月
三月
(7)
►
二月
二月
(9)
►
一月
一月
(5)
►
2022
2022
(59)
►
十二月
十二月
(3)
►
十一月
十一月
(5)
►
十月
十月
(8)
►
九月
九月
(4)
►
八月
八月
(4)
►
七月
七月
(2)
►
六月
六月
(7)
►
五月
五月
(6)
►
四月
四月
(5)
►
三月
三月
(6)
►
二月
二月
(5)
►
一月
一月
(4)
►
2021
2021
(54)
►
十二月
十二月
(3)
►
十一月
十一月
(2)
►
十月
十月
(6)
►
九月
九月
(4)
►
八月
八月
(5)
►
七月
七月
(8)
►
六月
六月
(4)
►
五月
五月
(5)
►
四月
四月
(1)
►
三月
三月
(7)
►
二月
二月
(4)
►
一月
一月
(5)
►
2020
2020
(107)
►
十二月
十二月
(7)
►
十一月
十一月
(3)
►
十月
十月
(8)
►
九月
九月
(6)
►
八月
八月
(11)
►
七月
七月
(14)
►
六月
六月
(10)
►
五月
五月
(12)
►
四月
四月
(11)
►
三月
三月
(11)
►
二月
二月
(6)
►
一月
一月
(8)
►
2019
2019
(145)
►
十二月
十二月
(16)
►
十一月
十一月
(12)
►
十月
十月
(10)
►
九月
九月
(13)
►
八月
八月
(12)
►
七月
七月
(6)
►
六月
六月
(9)
►
五月
五月
(18)
►
四月
四月
(14)
►
三月
三月
(12)
►
二月
二月
(10)
►
一月
一月
(13)
►
2018
2018
(128)
►
十二月
十二月
(13)
►
十一月
十一月
(12)
►
十月
十月
(10)
►
九月
九月
(10)
►
八月
八月
(16)
►
七月
七月
(10)
►
六月
六月
(13)
►
五月
五月
(9)
►
四月
四月
(11)
►
三月
三月
(12)
►
二月
二月
(9)
►
一月
一月
(3)
►
2017
2017
(48)
►
十二月
十二月
(3)
►
十一月
十一月
(2)
►
十月
十月
(8)
►
九月
九月
(3)
►
八月
八月
(4)
►
七月
七月
(3)
►
六月
六月
(3)
►
五月
五月
(4)
►
四月
四月
(5)
►
三月
三月
(5)
►
二月
二月
(6)
►
一月
一月
(2)
►
2016
2016
(5)
►
十二月
十二月
(3)
►
十一月
十一月
(2)
Subscribe to updates
博文
Atom
博文
Android Developers
Android Studio
Preview
Release Updates
Android Studio 3.1 Canary 4 is now available
2017年11月17日星期五
Android Studio 3.1 Canary 4 is now available in the Canary and Dev channels, and includes general bug fixes.
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 Canary 3 now available
2017年11月10日星期五
Android Studio 3.1 Canary 3 is now available in the Canary and Dev channels, and includes general bug fixes.
Known Issues:
Mac users:
There is a known issue where you get the following error when building existing projects with this release. To resolve this issue, perform a clean build by first selecting
Build > Clean Project
from the menu bar.
Execution failed …
> v1 signature (JAR signature) not yet generated.
Kotlin Developers:
When you build your project, you may encounter an error similar what's shown below.
This is due to an out of memory exception from the Kotlin compiler daemon—even though your stack trace may indicate an end of file exception:
java.io.EOFException
. To resolve this issue, simply try to build your project again.
Execution failed for task ':app:compileDebugKotlin'.
> Internal compiler error.
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 Canary 1 now available
2017年10月26日星期四
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
.
This update includes bug fixes and improvements, such as the following:
New DEX compiler
: by default, Android Studio now uses a new DEX compiler called D8, which was announced on the
Android Developers Blog
.
Sample native processes with CPU Profiler
: the
CPU Profiler
now includes a default configuration to record sampled traces of your app's native threads. You can use this configuration by deploying your app to a device running Android 8.0 (API level 26) or higher and then selecting
Sampled (Native)
from the CPU profiler's recording configurations dropdown menu. After that,
record and inspect a trace
as you normally would.
Updates to Lint
: When you
run lint from the command line
, lint now also analyzes your Kotlin classes. For each project that you would like to run lint on, make sure to include
Google's Maven repository
in the top-level
build.gradle
file, as shown below:
allprojects {
repositories {
// The order in which you list these repositories matter.
google()
jcenter()
}
}
New Layout Editor action to convert views from one type to another. From the component tree pane in the
Layout Editor
, right-click on a component and select
Convert view
. In the dialog that appears (shown below), select a suggested view type and click
Apply
. If the IDE doesn’t suggest the type of view you want, search for it using the text field near the top of the dialog.
Android Studio 3.0 now available
2017年10月25日星期三
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.
Check out the
full blog
and the
release notes
.
Android Emulator 26.2.0 canary with Quick Boot
2017年10月19日星期四
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.
Quick Boot is enabled by default for all AVDs. Although the first time you start an AVD it must perform a cold boot (just like powering on a device), all subsequent starts are fast and the system is restored to the state at which you closed the emulator (similar to waking a device).
Learn more about Quick Boot here
.
Other changes in this release include:
Mac OpenGL ES 3 support (for supported system images: API 24+ Google APIs x86).
GLESv3-capable AVDs and host now use OpenGL core profile. This can help fix Pixel Launcher crashes and other host GPU driver issues. To force enable, add the line
GLESDynamicVersion = on
inside
~/.android/advancedFeatures.ini
(create this file if it doesn't exist). Then start the emulator, open the Extended controls window, select
Settings > Advanced
, and set the
OpenGL ES renderer
to
Desktop native OpenGL
.
Android Studio 3.0 RC 2 now available
2017年10月19日星期四
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.
Android Studio 3.0 RC 1 now available
2017年10月13日星期五
Android Studio 3.0 RC 1 is now available in the Canary, Dev and Beta channels.
Note:
This release does not include patches. So, you must
download a full installation
.
This update includes fixes for the following public issues:
Issue #65519025
: Missing classes in APK
Issue #65829618
: Incremental builds fail when enabling resource shrinking
Issue #67172466
: Android Studio hangs in some users
Issue #65500758
: Adaptive icon preview does not refresh when changing shape
Issue #65684665
: Android Studio creates invalid fontProviderQuery
Issue #65417958
: Update Android Studio Templates to use VectorDrawable Foreground
Issue #65354278
: Cleaning the project from the command line causes Robolectric to not find certain classes
Issue #63599784
: Compile config deprecation warning doesn't respect Gradle's -q flag
Issue #65607225
: Projects with single quote in title fail to install on emulators
Issue #64939383
: Can't compile an app module's Android tests when a library module exposes android.support.v8.renderscript.RenderScript via API
Issue #65213467
: Missing "Override" declarations when creating Fragment using Kotlin as source language