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)
HAXM 7.3.0 to all channels, Emulator 28.0.6 Canary
ConstraintLayout 1.1.3
Android Studio 3.3 Canary 8 available
Emulator 27.3.10 Stable
Android Studio 3.2 RC 2 now available
Emulator 27.3.9 bug-fix update in Stable channel, ...
Android Studio 3.2 Release Candidate 1 available
Android Studio 3.3 Canary 7 available
Emulator 28.0.4 Canary
Android Studio 3.3 Canary 6 available
Emulator 28.0.3 Canary
ConstraintLayout 2.0.0 alpha 2
Android Studio 3.3 Canary 5 available
Android Studio 3.1.4 bug-fix update available
Emulator 28.0.2 Canary
Android Studio 3.3 Canary 4 available
►
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.0.4 Canary
piatok 17. augusta 2018
Android Emulator 28.0.4 is now available in the Canary and Dev channels.
This update includes two major changes:
Increase of minimum RAM level for API 26+ images to 1536 MB (Studio default):
Recently, users have reported that the emulator is slower than before. We have tracked this down to the AVD RAM size in the AVD's
config.ini
being set incorrectly. To mitigate this, the 28.0.4 emulator increases the minimum RAM level for API 26+ images to the Studio default (1536 MB). Please file a bug if your AVD's
config.ini
is not listing
hw.ramSize
in megabytes. The file can be found in the data directory of the AVD:
~/.android/avd/<avdname>.avd/config.ini
File-backed saving of Quickboot snapshots:
a performance enhancement for snapshots.
File-backed saving of Quickboot snapshots
By pre-allocating and mapping guest RAM as a file,
Quickboot snapshots
can be saved automatically as the emulator runs, instead of doing all of the work on exit. By default, like before, the Quickboot snapshot is saved on exit and loaded again every time, like suspending and waking a real device.
Because guest RAM is now auto-saved by default, if you want to establish some state in the beginning and repeatedly load from that state, discarding changes in each session, you need to decide in the beginning whether or not to discard changes. This can be done in two ways:
Add
-no-snapshot-save
to the command line
Go to
Extended Controls > Snapshots > Settings
and switch
Auto-save current state to Quickboot
to
No
. (A restart of the emulator is required).
Multiple emulator instances started with
-read-only
disable auto-saving, but now use any existing Quickboot RAM file as a common source of copy-on-write memory. This allows the user to start multiple AVD instances that share much of their RAM in common, making it easier to run tests involving multiple devices in parallel.
Snapshots taken and loaded through the Snapshots UI function as they did before.
Since this is a large change in how Quickboot works, we would greatly appreciate feedback on whether it improves Quickboot performance and what kind of issues you encounter when using it.
Other changes
Accessibility:
Added better support for screen readers in the Screen Record and Snapshot UI.
Location:
Virtual GPS device now sends the RMC set of data which additionally includes speed and bearing information. This change will also require a future system image update to take effect.
More info
Graphics:
Emulator now supports ASTC LDR compressed textures (
GL_KHR_texture_compression_astc_ldr
) if using latest API 28 system images.