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)
[REMOVED] Android Studio 3.0 Beta 3 is now available
Android Studio 3.0 Beta 2 is now available
Android Studio 3.0 Beta 1 is now available
Android Studio 3.0 Canary 9 is now available
►
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
Release updates archive
[REMOVED] Android Studio 3.0 Beta 3 is now available
piatok 25. augusta 2017
UPDATE:
Due to an issues with the Android Plugin for Gradle in Beta 3 (
64527520
)
, we've pulled it down and recommend that you not accept the update. If you already did, y
ou can go back to Beta 2 by
downloading here
.
Android Studio 3.0 Beta 2 is now available
piatok 11. augusta 2017
Android Studio 3.0 Beta 2 is now available in the Canary, Dev, and Beta channels.
This release fixes an issue which resulted in the compiler throwing a
ClassNotFoundException
when you enable Java 8 language features and specify
minSdkVersion 19
or higher—this also caused some code analysis tools, such as ProGuard, to fail. For more information, see
issue #64527520
.
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
.
Known issue:
If you have an existing Android Studio project that's using an alpha version of Android plugin 3.0.0 (such as
3.0.0-alpha9
), you may get the following error when you migrate to Android plugin
3.0.0-beta1
(or higher) and
sync your project
:
Gradle project refresh failed
.
Resolve this issue selecting
Build > Clean Project
from the menu bar
—you need to perform this action only once for each project. You can then s
ync your project files with Gradle by clicking
Sync Project
from the toolbar.
Android Studio 3.0 Beta 1 is now available
streda 9. augusta 2017
Android Studio 3.0 Beta 1 is now available in the Canary and Dev Channels.
Known issue:
If you have an existing Android Studio project that's using an alpha version of Android plugin 3.0.0 (such as
3.0.0-alpha9
), you may get the following error when you migrate to Android plugin
3.0.0-beta1
and
sync your project
:
Gradle project refresh failed
.
Resolve this issue selecting
Build > Clean Project
from the menu bar
—you need to perform this action only once for each project. You can then s
ync your project files with Gradle by clicking
Sync Project
from the toolbar.
This release includes various bug fixes, including the following:
Fixed an issue where using the Kotlin plugin crashes with a classloading issue.
Fixed an issue where the menu bar no longer appears. (
Issue #63743086
)
Android Studio 3.0 Canary 9 is now available
utorok 1. augusta 2017
Android Studio 3.0 Canary 9 is now available in the Canary and Dev Channels, and includes various bug fixes.
Known Issues
Menu bar disappears.
(
Issue #63743086
)
You can no longer create new Google cloud modules–
working as intended
.
(
Issue #63974954
)
Existing App Engine modules will continue to work.
For new projects,
use Firebase
. To learn more about integrating your Android Studio project to Firebase, read
Connect to Firebase
.
Our primary focus at this stage is to stabilize Android Studio 3.0 to a beta quality release. Please keep sending your feedback by clicking
Help > Submit Feedback
.