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.9 Canary
piatok 1. marca 2019
Emulator 28.1.9 is now available in the Canary and Dev channels. Changes:
Project Marble:
To address CPU usage, we now run the following ADB commands on a cold boot when detecting boot complete:
adb shell settings put system screen_off_timeout 214783647
adb shell pm revoke com.google.android.googlequicksearchbox android.permission.RECORD_AUDIO
The first command increases the screen off timeout so the emulator can be used in battery mode without charging.
In battery mode, background CPU usage is greatly reduced.
In AC charging mode, GMSCore background operations such as app updates can take over all CPU cores of the entire device with no warning (and by extension, the user's machine).
We shipped the screen off timeout command in
28.1.7
, but we are adding a second invocation on boot complete in order to address issues with sending the command reliably.
The second command revokes microphone permissions for the Google search app, which greatly reduces background CPU usage on the home screen and in the launcher when the Google search app is active.
In
28.1.4
we disabled host audio input by default.
In
28.1.4
we also described how revoking the microphone permissions would also suppress the request on the Android OS end, which greatly reduces background CPU usage. Now, permission revoking is done automatically by default on every cold boot.
Removed a major source of "VCPU shutdown request" errors on Windows when launching the emulator.
We collected crash data from the Vulkan support check and we noticed that users on AMD GPUs will need to update their drivers to a recent version. We tested the following version on RX 580 and it seems to have resolved a crash on calling
vkCreateInstance
:
Driver version: 25.20.15021.1007
Radeon version: 19.2.2
Due to the issue on AMD GPUs, we have turned off the Vulkan support check for now and will instead use a whitelist of GPUs.