Bump Android emulator from 32.1.9 to 36.4.10#10971
Merged
jonathanpeppers merged 3 commits intomainfrom Mar 19, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the pinned Android Emulator package used by the repo’s Android toolchain provisioning to a newer stable release, addressing emulator boot issues with API 36 images.
Changes:
- Bump
EmulatorVersion(package id) from9364964to15004761 - Bump
EmulatorPkgRevisionfrom32.1.9to36.4.10
You can also share your feedback on Copilot code review. Take the survey.
Member
|
Updating the emulator may have somehow found a bug in CoreCLR: Having copilot investigate, but I will check in the morning. |
7d93013 to
11f0e35
Compare
Update to the latest stable emulator (channel-0) from the Android SDK repository. The old emulator 32.1.9 is unable to fully boot API 36 images (sys.boot_completed never gets set). Version 36.4.10 (package 15004761) is the current stable release per https://dl-ssl.google.com/android/repository/repository2-3.xml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Emulator 36.x requires Vulkan drivers by default. Windows CI agents lack GPU drivers, causing 'Vulkan Loader ERROR' on startup. Force software rendering with -gpu swiftshader when running headless on CI. Note: emulator 36.x renamed 'swiftshader_indirect' to 'swiftshader'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
3fe21e3 to
6ca50de
Compare
jonathanpeppers
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump the Android emulator from 32.1.9 (package
9364964) to 36.4.10 (package15004761), the current stable release from the Android SDK repository.Motivation
The old emulator 32.1.9 is unable to fully boot API 36 images —
sys.boot_completednever gets set, causingBootAndroidEmulatorto time out. This was discovered while testingdotnet runwith emulator boot (see #10965).Changes
Configuration.props— UpdatedEmulatorVersionfrom9364964to15004761andEmulatorPkgRevisionfrom32.1.9to36.4.10