Issue
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.
Solution
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"
Answered By - Alan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.