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)
Revision 8 of Android 10 x86_64 Google Play / Goog...
Revision 8 of Android 10 x86 Google Play / Google ...
Emulator 29.2.2 Canary: Google Maps UI on Windows,...
Android P x86 System Images (Google Play, Google A...
Emulator 29.2.1 Stable
Emulator 29.2.1 Canary
Android Studio 3.6 Canary 12 available
Emulator 29.2.0 Stable
Emulator 29.2.0 Canary
Android Studio 3.6 Canary 11 available
Emulator 29.1.13 Canary
Android Studio 3.6 Canary 10 available
Emulator 29.1.12 Stable
►
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.6 Canary 10 available
štvrtok 5. septembra 2019
Android Studio 3.6 Canary 10 is now available in the Canary and Dev channels.
If you have Android Studio set to receive updates on the
Canary or Dev channel
, you can get the update by choosing
Help > Check for Updates
(
Android Studio > Check for Updates
on macOS). Otherwise, you can
download it here
.
Refactor menu option to enable Instant Apps support
You can now instant-enable your base module at any time after creating your app
project as follows:
Open the
Project
panel by selecting
View > Tool Windows > Project
from the menu bar.
Right-click on your base module, typically named ‘app’, and select
Refactor > Enable Instant Apps Support
.
In the dialog that appears, select your base module from the dropdown menu.
Click
OK
.
Note:
The option to instant-enable your base app module from the
Create New
Project
wizard has been removed.
Deobfuscate class and method bytecode in APK Analyzer
When inspecting DEX files, the
APK Analyzer
now supports deobfuscating class and method bytecode. To deobfuscate the bytecode, proceed as follows:
Select
Build > Analyze APK
from the menu bar.
In the dialog that appears, navigate to the APK you want to inspect and select it.
Click
Open
.
In the APK Analyzer, select the DEX file you want to inspect.
In the DEX file viewer,
load the ProGuard mappings file
for the APK you’re analyzing.
Right-click on the class or method you want to inspect and select
Show bytecode
.
General fixes
This update includes fixes for the following public issues:
Core IDE
Issue #139371784
: Gradle sync should use --stacktrace by default to assist in diagnosing failures which occur during sync
Issue #130738995
: Allow disabling the automatic adding of the google repository to build.gradle
Gradle
Issue #138042761
: Remove pointless log from lint task
Gradle Sync
Issue #139481725
: Gradle Sync fails with org.jetbrains.kotlin.psi.KtDotQualifiedExpression cannot be cast to org.jetbrains.kotlin.psi.KtStringTemplateExpression
Lint
Issue #138832286
: AGP 3.5.0-rc02 and 3.6.0-alpha05: Lint doesn't report issues in the Kotlin source set
Issue #139769778
: Can not resolve symbol for app:constraint_referenced_ids attribute
Issue #139822932
: VisibleForTesting annotation not linted properly if it uses package private scope as the 'otherwise'
Issue #139515660
: margin(Horizontal|Vertical) and padding(Horizontal|Vertical) are detected by UnusedAttribute even though they're backported
Templates
Issue #123677458
: Creating a new project should explicitly set project name in settings.gradle via rootProject.name = "..."
View Binding
Issue #137854701
: Respect tools:viewBindingIgnore layout attribute
Databinding
Issue #133390436
: Binding adapter not used when setting propert on an <include> tag
For information on new features and changes in all preview builds of Android Studio 3.6, see the
Android Studio Preview release notes
. For details of bugs fixed in each preview release, see previous entries on this blog.
We greatly appreciate your bug reports, which help us to make Android Studio better. If you encounter a problem, let us know by
reporting a bug
. Note that you can also
vote for an existing issue
to indicate that you are also affected by it.