Android Studio Emulator Does Not Come With Play Store For API 23
Answer : I've had to do this recently on the API 23 emulator, and followed this guide. It works for API 23 emulator, so you shouldn't have a problem. Note: All credit goes to the author of the linked blog post (pyoor). I'm just posting it here in case the link breaks for any reason. .... Download the GAPPS Package Next we need to pull down the appropriate Google Apps package that matches our Android AVD version. In this case we’ll be using the 'gapps-lp-20141109-signed.zip' package. You can download that file from BasketBuild here. [pyoor@localhost]$ md5sum gapps-lp-20141109-signed.zip 367ce76d6b7772c92810720b8b0c931e gapps-lp-20141109-signed.zip In order to install Google Play, we’ll need to push the following 4 APKs to our AVD (located in ./system/priv-app/): GmsCore.apk, GoogleServicesFramework.apk, GoogleLoginService.apk, Phonesky.apk [pyoor@localhost]$ unzip -j gapps-lp-20141109-signed.zip \ system/priv-app/GoogleServicesFramework/GoogleSer...