Is Google Play Store supported in avd emulators?

前端 未结 9 1955
没有蜡笔的小新
没有蜡笔的小新 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:12

    If using the command line, you'll need to use one of the packages listed with

    sdkmanager --list | grep "playstore"
    

    Once that is installed you can use the appropriate package in

    avdmanager create avd --force --name testAVD --abi google_apis_playstore/x86_64 --package "system-images;android-28;google_apis_playstore;x86_64" -d 19
    

    Replace google_apis_playstore;x86_64 with the package you installed

提交回复
热议问题