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
(82)
►
November
November
(3)
►
October
October
(8)
►
September
September
(8)
►
August
August
(9)
►
July
July
(6)
►
June
June
(7)
►
May
May
(9)
►
April
April
(9)
►
March
March
(6)
►
February
February
(8)
►
January
January
(9)
►
2023
2023
(76)
►
December
December
(4)
►
November
November
(9)
►
October
October
(7)
►
September
September
(8)
►
August
August
(3)
►
July
July
(4)
►
June
June
(6)
►
May
May
(10)
►
April
April
(4)
►
March
March
(7)
►
February
February
(9)
►
January
January
(5)
►
2022
2022
(59)
►
December
December
(3)
►
November
November
(5)
►
October
October
(8)
►
September
September
(4)
►
August
August
(4)
►
July
July
(2)
►
June
June
(7)
►
May
May
(6)
►
April
April
(5)
►
March
March
(6)
►
February
February
(5)
►
January
January
(4)
►
2021
2021
(54)
►
December
December
(3)
►
November
November
(2)
►
October
October
(6)
►
September
September
(4)
►
August
August
(5)
►
July
July
(8)
►
June
June
(4)
►
May
May
(5)
►
April
April
(1)
►
March
March
(7)
►
February
February
(4)
►
January
January
(5)
►
2020
2020
(107)
►
December
December
(7)
►
November
November
(3)
►
October
October
(8)
►
September
September
(6)
►
August
August
(11)
►
July
July
(14)
►
June
June
(10)
►
May
May
(12)
►
April
April
(11)
►
March
March
(11)
►
February
February
(6)
►
January
January
(8)
▼
2019
2019
(145)
►
December
December
(16)
►
November
November
(12)
►
October
October
(10)
►
September
September
(13)
►
August
August
(12)
►
July
July
(6)
►
June
June
(9)
►
May
May
(18)
►
April
April
(14)
▼
March
March
(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
►
February
February
(10)
►
January
January
(13)
►
2018
2018
(128)
►
December
December
(13)
►
November
November
(12)
►
October
October
(10)
►
September
September
(10)
►
August
August
(16)
►
July
July
(10)
►
June
June
(13)
►
May
May
(9)
►
April
April
(11)
►
March
March
(12)
►
February
February
(9)
►
January
January
(3)
►
2017
2017
(48)
►
December
December
(3)
►
November
November
(2)
►
October
October
(8)
►
September
September
(3)
►
August
August
(4)
►
July
July
(3)
►
June
June
(3)
►
May
May
(4)
►
April
April
(5)
►
March
March
(5)
►
February
February
(6)
►
January
January
(2)
►
2016
2016
(5)
►
December
December
(3)
►
November
November
(2)
Subscribe to updates
Posts
Atom
Posts
Android Developers
Android Studio
Preview
Release Updates
Emulator 28.1.10 Canary
Friday, March 8, 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.