This works in android-studio 4.0.
- In the menu, Tools -> AVD Manager
- Create an Android Virtual Device (AVD). Consider compatibility issues when choosing which sort of machine to create. Some apps are not compatible with tablets, for instance.
- DO NOT OPEN THE AVD.
- Navigate to the configuration files for the AVD. On my system this was
$HOME/.android/avd/my_avd.avd
- Edit
config.ini
. Find the settingPlayStore.enabled
and change the value totrue
. - For good measure I also did this in
hardware-qemu.ini
but I'm not certain that that is required. - Now you can start the AVD. The Play Store will be available on first boot up.
If you started the AVD before making this change, I don't know how to get the Play Store on the device. The best suggestion I have is to create a new one and don't start it until you've enabled the Play Store in the config.