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.
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.
As explained in this answer, https://mcmap.net/q/502333/-android-emulator-without-playstore-on-android-studio-3-1-latest-release
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"
tag.display = Google Play
and tag.id = google_apis_playstore
to make it show up in the Device Manager as a Google Play image. I had to Invalidate Caches and restart Android Studio to make this change take effect –
Promote © 2022 - 2024 — McMap. All rights reserved.