If I add a new emulator image of a phone, I can select an image with Play Store.
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.
Run your app on the emulatorAfter you have created an Android Virtual Device (AVD), you can start the Android Emulator and run an app in your project: In the toolbar, select the AVD that you want to run your app on from the target device drop-down menu.
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 sysdir.1 = system-images\android-30\google_apis\x86\
to
image.sysdir.1 = system-images\android-30\google_apis_playstore\x86\
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With