Skip to content

Conversation

@jonathanpeppers
Copy link
Member

Cherry-picked two commits from master, hoping this will solve our problems running emulator tests on d15-9.

luhenry and others added 2 commits September 11, 2018 08:37
…et#2119)

Updates the Android emulator to the latest version available,
currently `4969155` a.k.a. v27.3.10, and:

  * Switch its system image to API-28, and
  * Make sure that the emulator is started from the `emulator` subdir
    of the Android SDK root (the binary in `tools` won't work anymore),
  * Attempt to not error out when we uninstall packages that don't
    exist in the AVD.

In addition to those changes, two new properties were added to the
`<CreateAndroidEmulator/>` task:

  * `DataPartitionSizeMB` (defaults to `2048`):
     Sets the emulator's data partition size. The data partition
     created by default has only around 800MB of space available,
     which may not be enough to install and run all our tests.
  * `RamSizeMB` (defaults to `2048`): 
     Sets the emulator's RAM size
@jonathanpeppers jonathanpeppers added the use-merge-commit Normally we squash-and-merge PRs. Use this label so we instead use a merge commit. label Sep 11, 2018
@jonpryor jonpryor merged commit 68fe697 into dotnet:d15-9 Sep 11, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

use-merge-commit Normally we squash-and-merge PRs. Use this label so we instead use a merge commit.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants