If you use the command line, you need to use one of the packages listed in
sdkmanager --list | grep "playstore"
Once this 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
William Reed Jul 03 '19 at 15:22 2019-07-03 15:22
source share