Is Google Play Store supported in avd emulators?

前端 未结 9 1954
没有蜡笔的小新
没有蜡笔的小新 2020-12-08 12:28

After googling quite a bit I am unable to find the answer to this question. Is google play store officially support in avd emulators.

I know it was once stopped , t

9条回答
  •  借酒劲吻你
    2020-12-08 13:17

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

    1- go to C:\Users[user].android\avd[your virtual device folder] open "config.ini" with text editor like notepad

    2- change

    "PlayStore.enabled=false" to "PlayStore.enabled=true"

    3- change

    mage.sysdir.1 = system-images\android-30\google_apis\x86\

    to

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

提交回复
热议问题