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)
Emulator 29.0.0 Canary
Emulator 28.0.25 Stable
Android Studio 3.5 Canary 9 available
Android Studio 3.5 Canary 8 available
Emulator 28.1.12 Canary, 28.0.25 to Beta
Emulator 28.1.11 Canary
Android Studio 3.4 Release Candidate 2 available
Android Studio 3.5 Canary 7 available
Emulator 28.1.10 Canary
Android Studio 3.4 Release Candidate 1 available
Android Studio 3.3.2 available
Emulator 28.1.9 Canary
►
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
Emulator 28.1.10 Canary
piatok 8. marca 2019
Emulator 28.1.10 is now available in the Canary and Dev channels. Changes:
Project Marble
Performance monitoring
. We've added more detailed monitoring to emulator performance and resource usage.
SHOW_PERF_STATS=1
. This environment variable enables tracking CPU and memory usage and also breaks down memory usage of graphics versus total resident memory.
ANDROID_EMU_TRACING=1
. This environment variable enables printing every time an input or graphics operations takes a long time (defined to be >1 ms).
This is to address concerns from users where on Windows, more jank (dropped frames) is experienced versus on macOS/Linux. We're now paying more attention to this issue, and noticed that long graphics operations happen tend to take even longer on Windows, which may point to the cause.
Graphics optimization
. Sped up uniform uploads (
glUniform*
) by 10-20%.
LC_ALL=C
by default
. To address issues with crashes and other problems stemming from different locales, we now set
LC_ALL=C
by default.
Host audio input control for CI setups
. To work better with CI setups that need to use host audio input, we've added a command line flag and console command to allow host audio.
Command line flag:
-allow-host-audio
: Microphone will be activated on startup.
Console command:
adb emu avd hostmicon
,
adb emu avd hostmicoff
: Control whether host audio input is used.
More quality improvements for CI users
.
emulator-headless
now should not depend on system libc++, and properly uses the included libc++ that we ship.
To address issues with
unexpected EOF
when logcat prints a lot, we've increased the logcat buffer size to 2M.
Vulkan
Removed a code path where Vulkan support check was incorrectly ran when the feature flag was not enabled.
We now support
VK_ANDROID_external_memory_android_hardware_buffer
, enabling Skia Vulkan Android UI with a properly set-up system image.
Foldable device
We saw that foldable emulator UI was being activated improperly in some cases. To address this, foldable is now a hardware property in AVD config.ini.