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
(47)
►
júla
júla
(1)
►
júna
júna
(7)
►
mája
mája
(7)
►
apríla
apríla
(10)
►
marca
marca
(7)
►
februára
februára
(9)
►
januára
januára
(6)
►
2024
2024
(90)
►
decembra
decembra
(7)
►
novembra
novembra
(4)
►
októbra
októbra
(8)
►
septembra
septembra
(8)
►
augusta
augusta
(9)
►
júla
júla
(6)
►
júna
júna
(7)
►
mája
mája
(9)
►
apríla
apríla
(9)
►
marca
marca
(6)
►
februára
februára
(8)
►
januára
januára
(9)
►
2023
2023
(76)
►
decembra
decembra
(4)
►
novembra
novembra
(9)
►
októbra
októbra
(7)
►
septembra
septembra
(8)
►
augusta
augusta
(3)
►
júla
júla
(4)
►
júna
júna
(6)
►
mája
mája
(10)
►
apríla
apríla
(4)
►
marca
marca
(7)
►
februára
februára
(9)
►
januára
januára
(5)
►
2022
2022
(59)
►
decembra
decembra
(3)
►
novembra
novembra
(5)
►
októbra
októbra
(8)
►
septembra
septembra
(4)
►
augusta
augusta
(4)
►
júla
júla
(2)
►
júna
júna
(7)
►
mája
mája
(6)
►
apríla
apríla
(5)
►
marca
marca
(6)
►
februára
februára
(5)
►
januára
januára
(4)
►
2021
2021
(54)
►
decembra
decembra
(3)
►
novembra
novembra
(2)
►
októbra
októbra
(6)
►
septembra
septembra
(4)
►
augusta
augusta
(5)
►
júla
júla
(8)
►
júna
júna
(4)
►
mája
mája
(5)
►
apríla
apríla
(1)
►
marca
marca
(7)
►
februára
februára
(4)
►
januára
januára
(5)
►
2020
2020
(107)
►
decembra
decembra
(7)
►
novembra
novembra
(3)
►
októbra
októbra
(8)
►
septembra
septembra
(6)
►
augusta
augusta
(11)
►
júla
júla
(14)
►
júna
júna
(10)
►
mája
mája
(12)
►
apríla
apríla
(11)
►
marca
marca
(11)
►
februára
februára
(6)
►
januára
januára
(8)
►
2019
2019
(145)
►
decembra
decembra
(16)
►
novembra
novembra
(12)
►
októbra
októbra
(10)
►
septembra
septembra
(13)
►
augusta
augusta
(12)
►
júla
júla
(6)
►
júna
júna
(9)
►
mája
mája
(18)
►
apríla
apríla
(14)
►
marca
marca
(12)
►
februára
februára
(10)
►
januára
januára
(13)
►
2018
2018
(128)
►
decembra
decembra
(13)
►
novembra
novembra
(12)
►
októbra
októbra
(10)
►
septembra
septembra
(10)
►
augusta
augusta
(16)
►
júla
júla
(10)
►
júna
júna
(13)
►
mája
mája
(9)
►
apríla
apríla
(11)
►
marca
marca
(12)
►
februára
februára
(9)
►
januára
januára
(3)
▼
2017
2017
(48)
►
decembra
decembra
(3)
►
novembra
novembra
(2)
►
októbra
októbra
(8)
►
septembra
septembra
(3)
►
augusta
augusta
(4)
►
júla
júla
(3)
▼
júna
júna
(3)
Android Studio 3.0 Canary 5 is now available
Android Studio 3.0 Canary 4 is now available
Android Studio 3.0 Canary 3 is now available
►
mája
mája
(4)
►
apríla
apríla
(5)
►
marca
marca
(5)
►
februára
februára
(6)
►
januára
januára
(2)
►
2016
2016
(5)
►
decembra
decembra
(3)
►
novembra
novembra
(2)
Subscribe to updates
Príspevky
Atom
Príspevky
Android Developers
Android Studio
Preview
Release Updates
Android Studio 3.0 Canary 5 is now available
piatok 30. júna 2017
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