Skip to content

Bump Android Emulator to version 27.1.12 - #1391

Closed
grendello wants to merge 1 commit into
dotnet:masterfrom
grendello:update-emulator
Closed

Bump Android Emulator to version 27.1.12#1391
grendello wants to merge 1 commit into
dotnet:masterfrom
grendello:update-emulator

Conversation

@grendello

Copy link
Copy Markdown
Contributor

This is the latest emulator from Google. Faster and more reliable.
Unfortunately, on Ubuntu it is necessary to remove the bundled copy
of the libstd++ library since it conflicts with the system-installed
version and prevents the emulator from starting.

The removal is limited to Ubuntu because that's the only distribution
we tested it on. Technically it is needed only on Ubuntu 17.10 and
newer since the emulator works fine on the current LTS 16.04, but since
removing it on 16.04 doesn't hurt it in any way we can skip checking the
exact version of the OS and make the condition simpler.

@grendellogrendello added the full-mono-integration-build For PRs; run a full build (~6-10h for mono bumps), not the faster PR subset (~2h for mono bumps) label Mar 9, 2018
@grendello
grendello requested a review from jonpryorMarch 9, 2018 21:49
@jonpryor

Copy link
Copy Markdown
Contributor

@grendello: Could/should we bump the emulator for macOS & Windows as well?

@grendello

Copy link
Copy Markdown
ContributorAuthor

I think we can, I just wanted to see if it works here first

@jonpryor

Copy link
Copy Markdown
Contributor

I just wanted to see if it works here first

Then you'll need to rebase on 89b524c, so that make package-oss works on macOS. :-/

@grendello
grendelloforce-pushed the update-emulator branch 2 times, most recently from a2d168e to 15e2d1aCompareApril 24, 2018 10:13
This is the latest emulator from Google. Faster and more reliable.
Unfortunately, on Ubuntu it is necessary to remove the bundled copy
of the libstd++ library since it conflicts with the system-installed
version and prevents the emulator from starting.
The removal is limited to Ubuntu because that's the only distribution
we tested it on. Technically it is needed only on Ubuntu 17.10 and
newer since the emulator works fine on the current LTS 16.04, but since
removing it on 16.04 doesn't hurt it in any way we can skip checking the
exact version of the OS and make the condition simpler.
@jonpryor

Copy link
Copy Markdown
Contributor

build

@jonpryor

Copy link
Copy Markdown
Contributor

@grendello: I think this PR needs to be rebased atop master, in particular on or after commit 69c0644. :-(

@atsushieno

Copy link
Copy Markdown
Contributor

#1728 also updates emulators to the latest one in the repository2-1.xml catalog. So this PR will become unnecessary.

@grendello

Copy link
Copy Markdown
ContributorAuthor

Closing as #1728 been merged

@grendello
grendello deleted the update-emulator branch June 25, 2018 13:37
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Feb 2, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

full-mono-integration-buildFor PRs; run a full build (~6-10h for mono bumps), not the faster PR subset (~2h for mono bumps)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@grendello@jonpryor@atsushieno