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)
►
apríla
apríla
(5)
►
marca
marca
(5)
►
februára
februára
(6)
►
januára
januára
(2)
▼
2016
2016
(5)
▼
decembra
decembra
(3)
Android Studio 2.3 Beta 1 is now available
Android Studio 2.3 Canary 3 is now Available
Android Studio 2.2.3 is now Available
►
novembra
novembra
(2)
Subscribe to updates
Príspevky
Atom
Príspevky
Release updates archive
Android Studio 2.3 Beta 1 is now available
štvrtok 15. decembra 2016
We have just released
Android Studio 2.3 Beta 1
to the Canary, Dev, and Beta channels. In addition to the usual plethora of bug fixes, there are a number of noteworthy changes just in time for the holidays.
For those in the Beta Channel here are many of the changes since Android Studio 2.2.
Instant Run
. In Android Studio 2.3 Canary 3, we introduced big change to how Instant Run works. Applying changes to a running applications
is no longer tied to the Run button. The Run button will now always perform an application restart. To apply code and resource changes in the running process, there is a new button
right next to it, "Apply Changes", which attempts to hotswap the changes into the app. (The keyboard shortcut for Apply Changes is Control-F10 on Windows and Linux, and Cmd-Ctrl-R on Mac.)
The goal of this change is to make the Run button completely reliable. When you press Run, you can always be certain that your changes are reflected in the running app. Applying changes is now a separate action you take when you've made a tweak you want to see immediately. The Run button continues to use "cold swap" to build the app more quickly than a full APK reinstall, but we've limited it to Lollipop and above where we don't need to rely on unsafe mechanisms to do so.
IDE:
In Android Studio 2.3 Canary 1 we upgraded the base IDE from IntelliJ 2016.1 to 2016.2, which adds a number of
new features
-- ligatures, breadcrumbs, editor background images, revamped UI for inspections, notifications and the debugger, and more. In Beta 1 we include a few additional fixes in OpenJDK that should help Mac users running Sierra.
Build Cache
. In Android Studio 2.3 Canary 1, we have enabled a new
build cache
(which uses a shared directory across projects to extract and compile libraries) by default. This turned out to break several features in the IDE that were making assumptions about the locations of libraries. In Android Studio 2.3 Canary 3, most of these bugs have been fixed; there are a few cosmetic ones remaining (such as listing library versions in the merged manifest editor and in documentation popups etc) that we'll be fixing next.
Known issue
.
Layout Editor
. There are several new features in the layout editor. First, the palette has been completely rewritten. The new palette offers previews of the widgets, better sorting, as well as search and filtering: click on the search icon findPlain.png to find a widget. Second, search and filtering now also works in the property inspector. And third, you can now customize the set of properties shown for a given widget type in the inspector. In the all properties table, click on the star icon favorites.pngto favorite the properties you want to see for this type of widget, and from now on these properties will be shown in the Favorites section in the component inspector.
Additionally, Since Android Studio 2.3 Canary 1, the layout editor now supports
chains
and ratios for ConstraintLayout.
In Android Studio 2.3 Canary 3 we reworked the internal architecture to improve the performance and reliability, in Beta 1 we included a number of bug fixes and further refinements. We are working hard to offer a solid solution for our stable release. Please continue to file bugs and feedback at
b.android.com
.
App Links Assistant.
Android App Links allow your users to seamlessly deep link into your app experience.
Adding Android App Links support
in your app is now easier with this new experience in Android Studio. Just go to
Tools > App Links Assistant
in Android Studio to get started.
Lint
. In Android Studio 2.3 Canary 3, the command line HTML reports have been overhauled -- instead of the old dark Holo look, they now have a Material design look, and the included code snippets are syntax highlighted etc.
From Android Studio 2.2, lint now has "baseline support" which lets you check in a current set of warnings -- and from now on, only
new
issues are reported. This lets a project with a lot of technical debt set a baseline and then break the build only when new issues are introduced, without having to go and fix all existing issues first. In order not to forget about the technical debt though it creates an info-level issue which tells you that you've filtered out bugs.
Additionally, there are many new lint checks. Some examples include enforcing the new @RestrictTo and @VisibleForTesting(otherwise=intended) annotations in support library 25, flagging obsolete SDK_INT checks, making sure animated properties are valid and not renamed in release builds,flagging potential wifi manager memory leaks, and many more.
Learn more about the new lint checks, and the baseline support, in
this tech doc
.
Data binding
: Several editor bugs were fixed, among them the frequently reported problem with functional expressions. The editor parser now handles these properly.
Dual debugger
: In Android Studio 2.3 Canary 3, the Hybrid debugger has been renamed to Dual debugger.
Known Issues
: In addition to the known issue around
build caches
, we also found an
Instant Run issue
when you don't define a version in your build.gradle file the App won't install. A fix is already in place and should be available in Beta 2.
You can find a full list of
Android Studio 2.3 bug fixes
including work that is already underway for Beta 2.
As always we value ever bug filed, so please test out our new features and let us know if you run into any problems on
b.android.com
.
Android Studio 2.3 Canary 3 is now Available
pondelok 12. decembra 2016
We have just released Android Studio 2.3 Canary 3 to the Canary and Dev channels. The gradle plugin should be available from JCenter within the next 24 hours.
In addition to the usual plethora of bug fixes, there are a number of noteworthy changes in this release:
Instant Run.
We've made a big change to how Instant Run works in this release. Applying changes to a running applications is no longer tied to the
Run button. The Run button will now always perform an application restart. To apply code and resource changes in the running process, there is a new
button right next to it, "Apply Changes", which attempts to hotswap the changes into the app. (The keyboard shortcut for Apply Changes is Control-F10 on Windows and Linux, and Cmd-Ctrl-R on Mac.)
The goal of this change is to make the Run button completely reliable. When you press Run, you can always be certain that your changes are reflected in the running app. Applying changes is now a separate action you take when you've made a tweak you want to see immediately. The Run button continues to use "cold swap" to build the app more quickly than a full APK reinstall, but we've limited it to Lollipop and above where we don't need to rely on unsafe mechanisms to do so.
Build Cache.
In Android Studio 2.3 Canary 1, we have enabled a new
build cache
(which uses a shared directory across projects to extract and compile libraries) by default. This turned out to break several features in the IDE that were making assumptions about the locations of libraries. In Android Studio 2.3 Canary 3, most of these bugs have been fixed; there are a few cosmetic ones remaining (such as listing library versions in the merged manifest editor and in documentation popups etc) that we'll be fixing next.
Known issue
.
Layout Editor.
There are several new features in the layout editor. First, the palette has been completely rewritten. The new palette offers previews of the widgets, better sorting, as well as search and filtering: click on the search icon
to find a widget. Second, search and filtering now also works in the property inspector. And third, you can now customize the set of properties shown for a given widget type in the inspector. In the all properties table, click on the star icon
to favorite the properties you want to see for this type of widget, and from now on these properties will be shown in the Favorites section in the component inspector.
In this build we've reworked the internal architecture to improve the performance and reliability, and there are some rough edges remaining that we'll be addressing in the next build. For example, the blue print mode is missing labels.
App Links Assistant.
Android App Links allow your users to seamlessly deep link into your app experience.
Adding Android App Links
support in your app is now easier with this new experience in Android Studio. Just go to
Tools > App Links Assistant
in Android Studio to get started.
Lint.
The command line HTML reports have been been overhauled -- instead of the old dark Holo look, they now have a Material design look, and the included code snippets are syntax highlighted etc.
Data binding:
Several editor bugs were fixed, among them the frequently reported problem with functional expressions. The editor parser now handles these properly.
Dual debugger:
The Hybrid debugger has been renamed to Dual debugger.
ProGuard version update:
We have upgraded the ProGuard version that the Android Plugin for Gradle uses to ProGuard 5.3.2.
SDK Patches:
After running into a patching issue with SDK updates, I happy to report that we are now serving patches for the SDK again. Over the coming weeks, we will continue to offer more patches on more components.
As always please let us know if you run into an issue. We are very close to moving this build to our beta channel and would love your feedback on this build.
Android Studio 2.2.3 is now Available
utorok 6. decembra 2016
This is a minor update to Android Studio 2.2. It includes a bug fixes focused around gradle, the core IDE, and lint.
Highlighted Build Changes
ProGuard version rollback. Due to a
correctness
issue discovered in ProGuard 5.3.1, we have rolled back to ProGuard 5.2.1. We have worked with the ProGuard team on getting a fix quickly, and we expect to roll forward to ProGuard 5.3.2 in Android Studio 2.3 Canary 3.
Bug fix for aaptOptions IgnoreAssetsPattern not working properly (
http://b.android.com/224167
)
Bug fix for Gradle autodownload for Constraint Layout library (
http://b.android.com/212128
)
Bug fix for a JDK8/Kotlin compiler + dx issue (
http://b.android.com/227729
)
All Bug Fixes
This should be available to you in Beta and Dev Channels, but you can always manually download
Android Studio 2.2.3
from our site.