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
▼
2025
2025
(65)
▼
九月
九月
(3)
Android Studio Narwhal 4 Feature Drop | 2025.1.4 C...
Android Studio Narwhal 4 Feature Drop | 2025.1.4 C...
Android Studio Narwhal 3 Feature Drop | 2025.1.3 n...
►
八月
八月
(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.0 Canary 8 is now available
2017年7月24日星期一
We have released Android Studio 3.0 Canary 8 to the Canary and Dev Channels. This release fixes the following issues:
Issue #63586454
:
JavaUastLanguagePlugin
may fail to translate a
PsiMethod
to a
UMethod
Issue #
63562276
: Resizing widgets in
LinearLayout
has weird behavior
Issue #
38236114
: Edittext input type dialog does not fit screen
Issue #
63295952
:
extractProguardFiles
task is not incremental
Issue #
37334887
: Layout editor: some view properties have insufficient field height
Issue #
63623801
:
ResourceNotFoundException
thrown when deploying a Kotlin project to an AVD running API 16
Our primary focus at this stage is to stabilize Android Studio 3.0 to a beta quality release. Please keep sending your feedback by clicking
Help > Submit Feedback
.
Android Studio 3.0 Canary 7 is now available
2017年7月17日星期一
We have released Android Studio 3.0 Canary 7 to the Canary and Dev Channels.
Changes
Specify matching build types
. If a consumer (such as an app module) defines a build type that does not exist in a producer dependency (such as a library module), the variant-aware dependency resolution model won’t know which version of the producer to use and your build fails with the following error:
Error:Failed to resolve: Could not resolve project :mylibrary.
Required by:
project :app
You can now specify an alternative build type the consumer should use from the producer using the
android.buildTypeMatching
property as shown below. The plugin uses the alternative build type only if a matching build type is not found.
android {
…
// Let’s say your app configures a ‘staging’ build type and a library module
// it depends on does not. You can use the property below to tell the Android plugin
// to use a library’s ‘debug’ build type instead.
buildTypeMatching ‘staging’, ‘debug’
}
Fixes
We had a number of fixes make it into this build a few reported by our external users include:
63623801
ResourceNotFoundException running Kotlin project on API 16 AVD after upgrading to Canary 6
37111818
Layout Editor cannot edit widget margins in RelativeLayout
63252394
Android studio 3.0 canary build variants auto resolving error
Our primary focus at this stage is to stabilize Android Studio 3.0 to a beta quality release. Please keep sending your feedback by clicking Help > Submit Feedback.
Android Studio 3.0 Canary 6 is now available
2017年7月11日星期二
We have released Android Studio 3.0 Canary 6 to the Canary and Dev Channels. This release fixes a variety of bugs, such as the following:
Fixes
Fixed an issue that caused
java.io.IOException
to be thrown due to broken R.txt.
Fixed an issue that prevented you from updating the Kotlin IDE plugin. (
issue #62697211
)
Fixed an issue that caused captured memory allocations to not display when using the Memory Profiler.
Fixed an issue where you need to invoke
Code > Convert Java to Kotlin
twice before the IDE converts your code.
Known Issues
IDE is not showing gradle upgrade plugin version dialog after close and reopen older plugin version project
IDE error "Invalid file" while deleting kotlin or java class files
Kotlin configure yellow ribbon does not show up until the file reopens after converting
IDE fatal error "java.util.NoSuchElementException" while removing copy pasted code from kotlin
IDE fatal error "Project is not yet initialized" while cloning desugar project
Attaching to debugger fails while working the combination of c++,kotlin and instant app enabled
Instant Run currently does not work with Gradle build cache. To use Instant Run, make sure you disable the build cache in your
build.properties
file:
org.gradle.caching=false
Please keep sending your feedback by clicking
Help
>
Submit Feedback
.
Android Studio 3.0 Canary 5 is now available
2017年6月30日星期五
We have released Android Studio 3.0 Canary 5 to the Canary and Dev Channels. This release includes a few improvements and fixes a variety of bugs, such as the following:
Changes
The
flavorSelection
property has moved to the
ProductFlavor
class. This means that you can choose the default variant your app consumes from a producer at the flavor level. Add this property to android.defaultConfig to apply it to all flavors:
android {
defaultConfig {
flavorSelection 'shape', 'square'
}
}
To learn more, read the
plugin 3.0.0 migration guide
.
Specifying PNG crunching is now a
BuildType
property and is disabled by default on debug builds:
android {
…
buildTypes {
release {
crunchPngs true
}
}
}
Android Gradle plugin is now based on Gradle 4.1 milestone 1. To update your project manually, add the following to your gradle-wrapper.properties file:
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-all.zip
Known Issues
Instant app deployment fails the first time on API levels 24 and 25.
When you are deploying your instant app from Android Studio to device or emulator image running Nougat, the deployment may fail the first time. The workaround for this issue is to click the Stop action and then click the Run button again.
Reliability issue with instant app provisioning cache.
If you manually unprovision your device or emulator image for instant app development, and then deploy the instant app from Android Studio, the deployment will fail because Android Studio will not provision your device/emulator image again. To workaround for this issue:
Go into the Run Configuration dialog and select the instantapp module on the left-hand pane.
Click the “Instant App Provision” task under “Before launch:Gradle-aware Make, Instant App Provision”
Click the edit (the pencil icon)
Check “Clear provisioned devices cache”
AAPT2. We are continuing to stabilize AAPT2 which enables incremental resource processing. If your build fails due to resource processing issue, please send us a bug report. To temporarily disable AAPT, set
android.enableAapt2=false
in your gradle.properties file.
Roboelectric is currently not compatible with AAPT2
Android Studio 3.0 Canary 4 is now available
2017年6月16日星期五
We have released Android Studio 3.0 Canary 4 to the Canary and Dev Channels. This release primarily fixes a variety of bugs. Please keep sending your feedback by clicking
Help > Submit Feedback
.
Android Studio 3.0 Canary 3 is now available
2017年6月2日星期五
We have just released Android Studio 3.0 Canary 3 to the Canary and Dev Channels. The Android Gradle Plugin 3.0.0-alpha3 was also released through maven.google.com. This release has fixes to Gradle, Kotlin, and many other fixes. We continue to fix bugs in all areas of Studio 3.0 as we stabilize our features, so please continue to pass on feedback.
Android Studio 3.0 Canary 2 is now available
2017年5月26日星期五
We have just released Android Studio 3.0 Canary 2 to the Canary and Dev channels. The Android Gradle Plugin 3.0.0-alpha2 was also released through maven.google.com.
This release includes fixes focused on:
Kotlin support
APK Analyzer
Android Profilers
Android Instant Apps
Android Gradle plugin
Native / C++ Issues
and general bug fixes
We continue to fix bugs in all areas of Studio 3.0 as we stabilize our features, so please continue to pass on feedback.