How to install Google Play on Android emulator in Androi Studio?

Step 1: Open Android Studio SDK manager, and download the image

SDK manager

Step 2: Create a device with the right API and Hardware, then finish

Imgur

Step 3: Edit the new AVD config.ini file

Imgur Imgur

PlayStore.enabled=true
avd.ini.displayname=<your deives name> Play
image.sysdir.1=system-images\android-32\google_apis_playstore\arm64-v8a\
tag.display=Google Play
tag.id=google_apis_playstore

Step 4: Start the AVD, and you should see the Play Store Icon on your device homepage, log in then done