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
(68)
▼
septembra
septembra
(2)
Android Studio Rabbit 1 Canary 4 now available
Android Studio Quail 4 now available
►
augusta
augusta
(7)
►
júla
júla
(11)
►
júna
júna
(9)
►
mája
mája
(9)
►
apríla
apríla
(9)
►
marca
marca
(6)
►
februára
februára
(7)
►
januára
januára
(8)
►
2025
2025
(93)
►
decembra
decembra
(8)
►
novembra
novembra
(7)
►
októbra
októbra
(8)
►
septembra
septembra
(8)
►
augusta
augusta
(8)
►
júla
júla
(8)
►
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)
►
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.1 Canary 1 now available
štvrtok 26. októbra 2017
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
streda 25. októbra 2017
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
štvrtok 19. októbra 2017
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
štvrtok 19. októbra 2017
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
piatok 13. októbra 2017
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
ConstraintLayout 1.1.0 beta 3 is now available
štvrtok 12. októbra 2017
We just published ConstraintLayout 1.1.0 beta 3 on the google maven repository:
dependencies { compile 'com.android.support.constraint:constraint-layout:1.1.0-beta3' }
Documentation is available on
https://developer.android.com/reference/android/support/constraint/ConstraintLayout.html
Changes
:
Various bugfixes (spread_inside chain, ratio in chain, constraintset)
RTL guideline support
Circular constraints
Android Studio 3.0 Beta 7 is now Available
utorok 3. októbra 2017
Android Studio 3.0 Beta 7 is now available in the Canary, Dev and Beta channels.
Android plugin for Gradle 3.0.0-beta7 and higher now require build tools 26.0.2 and higher. Keep in mind that specifying a version for the build tools (using
android.buildToolsVersion
) is now optional—the plugin automatically uses the minimum required version for you.
This update includes fixes for the following issues:
Issue #65772685
: Android Studio reports that Kotlin is not configured
Issue #65524516
: Vanilla CMake error messages report full server interaction at console
Issue #65336086
: Android plugin doesn't allow specifying
CMAKE_TOOLCHAIN_FILE
Issue #65324685
: “Failed to capture application” error when using profilers
Issue #65260658
: Layoutlib doesn't show gradients embedded in a drawable
Issue #65041739
: Download stops and hangs even after clicking “Cancel”
Issue #65032914
: Refactoring name of declare-styleable fails
Issue #64804587
: External kotlin module not included in some tests
Issue #37526099
: Repeating “Socket Error: connection refused” when profilers are enabled
Issue #64212471
: Profiler's 'close' button lack a tooltip
Issue #37137541
: Asset in AAR file not found in design preview
Issue #37111548
: Update "new layout resource" dialog to use
ConstraintLayout
by default.
Issue #65721163
: IndexOutOfBoundsException during sync
If you already have an Android Studio preview installed, you can get the update by clicking
Help
>
Check for Update
(or
Android Studio
>
Check for Updates
on Mac). Otherwise, you can
download here
.