'How to install Google Play Market on tablet - Android emulator?

If I add a new emulator image of a phone, I can select an image with Play Store.

phone

But when I try to add an image for a tablet, no option for Play Market is shown. Also, after installing any API, I can't find Play Market.

tablet



Solution 1:[1]

As explained in this answer, https://stackoverflow.com/a/62680047/9905408

You should create a new emulator, before opening it for the first time follow these 3 easy steps:

1- In the AVD Manger go in the Actions overflow menu of the newly created emulator and click on "show on disk". Open "config.ini" with a text editor.

2- change "PlayStore.enabled=false" to "PlayStore.enabled=true"

3- change "image.sysdir.1 = system-images\android-30\google_apis\x86"

to

"image.sysdir.1 = system-images\android-30\google_apis_playstore\x86"

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Adam Burley