Skip to content

Instantly share code, notes, and snippets.

@rikur
Created September 8, 2019 01:18
Show Gist options
  • Save rikur/2b28ebe26a472ff6a03bcbc127643a77 to your computer and use it in GitHub Desktop.
Save rikur/2b28ebe26a472ff6a03bcbc127643a77 to your computer and use it in GitHub Desktop.
How to test Play Store on emulator with xxhdpi/xxxhdpi or a custom high resolution
Play store is only supported on stock AVD hardware profiles.. if you edit a thing about them, the playstore support is removed from the AVD.
Here's what worked for me:
- In Android Studio, create an from a profile that support play store (give it a simple name like pie)
- In command line, start the AVD with: `emulator @pie -skin 1440x3040`
I recommend always starting the AVD from command-line only, otherwise the toolbar can easily overlap with the actual screen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment