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
►
2024
2024
(79)
►
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)
▼
mája
mája
(4)
Android Studio 3.0 Canary 2 is now available
ConstraintLayout 1.1.0 beta 1 release notes
Android Studio 3.0 Canary 1, SDK Updates, and mave...
Android Studio 2.3.2 is now available in the stabl...
►
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 1, SDK Updates, and maven.google.com are now available
streda 17. mája 2017
Today we have lots of updates to share with you including Android Studio 3.0 Canary 1, SDK updates, new library updates through maven.google.com, and additional Android O support.
Android Studio 3.0 Canary 1
This canary and dev channel release encapsulates our previous work in Android Studio 2.4, but mergers with our Gradle 2.5 plugin using Gradle 4.0 milestone 1. Given the magnitude of this update:
new features
,
Kotlin language support
, and breaking Gradle changes, we have decided to promote the version to Android Studio 3.0.
The
Android Gradle plugin 3.0.0-alpha1
aims to improve build performance for Android projects with a large number of modules. In order to bring about these gains, there are some breaking changes in the plugin behavior, DSL, and APIs. This impacts both build files and Gradle plugins. For instructions on how to migrate your own project to use this plugin, see
Migrate to the 3.0 Plugin
.
Unfortunately we are not able to offer patches to Android Studio 3.0 from Android Studio 2.4 Preview 7 or any previous version. We will continue to offer patch upgrades as new canaries are released from Android Studio 3.0, but can not offer patches to this version. We will not update Android Studio 2.4 versions any further.
For much more information, see the
Android Studio 3.0 announcement
.
Google's Maven repository for Android libraries
The Android Support Library dependencies are now available from Google's Maven repository at maven.google.com—instead of downloading from the Android SDK Manager.
This new distribution method simplifies Maven dependency management for those using continuous integration systems.
Two new libraries available today are:
Architecture Components Library
,
Android Instant App Library
, and we have updated
Support Library to 26.0.0-beta1
*.
In the future we plan to distribute all Android libraries only through maven.google.com.
From now on, the latest versions of the following libraries are available only from Google's Maven repo (new versions are
not
available in the SDK Manager):
Android Support Library
Constraint Layout Library
Android Test Support Library
Databinding Library
To start using Google's Maven repository, follow these
instructions to update your build dependencies
.
SDK Updates
The majority of these updates include bug fixes and added support for the O Beta 1 update. If you are doing O development it is highly recommended that you set Android Studio to the Canary channel and update all SDK components offered to the newest version.
Canary and Dev Channel Updates
SDK Platform O r2*
Build-tools 26.0.0-rc2
Platform-Tools 26.0.0-rc2
Emulator 26.1.0
Lldb-3.0.3970975
Android O Google API's x86 System Images r3
Android TV x86 O System Image r2
Android O Play x86 Play System Images r3
O Wear System Image r2
NDK r15 beta 2
Android Instant Apps 1.0
Google Repository Updates
Stable Channel Updates
Platform-tools 25.0.6
* Updates in SDK Platforms O r2 require you to have Support Library 26.0.0-beta1 installed to compile
O Beta 1 targeted applications
.