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)
Emulator 27.2.3 Canary
Android Studio 3.2 Canary 8 now available
Emulator 27.2.2 canary
ConstraintLayout 1.1.0 beta 6
Android Studio 3.2 Canary 7 now available
Android Studio 3.1 RC 3 now available
Emulator 27.2.1 canary
Android Studio 3.2 Canary 6 now available
Android Studio 3.1 RC 2 now available
Emulator 27.2.0 Canary for Mac and Linux
Android Studio 3.2 Canary 5 now available
Android Studio 3.1 RC 1 now available
►
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)
►
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.2 Canary 7 now available
pondelok 19. marca 2018
Android Studio 3.2 Canary 7 is now available in the Canary and Dev channels.
Smart editor features for CMake build files:
If you use CMake to
add C and C++ code to your project,
Android Studio now includes smart editor features while you edit your CMake build scripts, such as:
Syntax highlighting and code-completion: The IDE now highlights and suggests code completion for common CMake commands. Additionally, you can navigate to a file by clicking it while pressing the Control key (or Command on MacOS).
You can now use
IntelliJ’s code reformat
option to apply code styles to your CMake build scripts.
Safe file renaming and deletion: The IDE’s built-in refactoring tools now also check if you are renaming or deleting files that you reference in your CMake build scripts.
General bug fixes:
This update includes fixes for the following public issues:
Issue#73335428
: Relative path for ANDROID_HOME breaks the build
Issue#37104761:
Enforce check that targetSdkVersion is not less than minSdkVersion
Issue#37095605:
AS/Lint should check for non-localized version of drawable resource
Issue#73981396:
Request: add warning when using Locale.getDefault() inside static-final variable
Issue#74128292:
Kotlin import flagged for InlinedApi despite constant used correctly
Issue#74225292:
Unit test configuration by context for entire directory in Kotlin is creating duplicate
Issue#64727495:
Use dependency on the latest Espresso library.
Issue#37119265:
Do not use deprecated version of LargeTest
Issue#70578119:
C++ compiler incorrectly reporting STL type errors
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
.