moonchampion.blogg.se

Android emulator with google play for mac
Android emulator with google play for mac








android emulator with google play for mac
  1. #ANDROID EMULATOR WITH GOOGLE PLAY FOR MAC INSTALL#
  2. #ANDROID EMULATOR WITH GOOGLE PLAY FOR MAC ANDROID#

In the AVD manager of Android studio (tested on v2.2.3), create a new emulator with the "Android 7.0 (Google APIs)" target:ĭownload the latest Open GApps package for the emulator's architecture (CPU/ABI). Warm advice for readers: please just go over the steps before following them, as some are automated via provided scripts. The explanation is provided for API 24 but works almost identically for other versions. After associating a Google account with this AVD we now have a fully working version of Google Play running under our emulator.īelow is the method that worked for me on API 23-25 emulators. Once the emulator restarts, we should see the Google Play package appear within the menu launcher. adb push Phonesky.apk /system/priv-appĪnd finally, reboot the emualator using the following commands: platform-tools]$. adb push GoogleLoginService.apk platform-tools]$. adb push GoogleServicesFramework.apk platform-tools]$. Next, push the APKs to our AVD: platform-tools]$. Once started, we need to remount the AVDs system partition as read/write so that we can push our packages onto the device. This may take several minutes the first time as the AVD is created. With our APKs extracted, let’s launch our AVD using the following command. System/priv-app/GoogleLoginService/GoogleLoginService.apk \ System/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk \

android emulator with google play for mac

GmsCore.apk, GoogleServicesFramework.apk, GoogleLoginService.apk, Phonesky.apk unzip -j gapps-lp-20141109-signed.zip \

#ANDROID EMULATOR WITH GOOGLE PLAY FOR MAC INSTALL#

In order to install Google Play, we’ll need to push the following 4 APKs to our AVD (located in. You can download that file from BasketBuild here. In this case we’ll be using the 'gapps-lp-20141109-signed.zip' package. Next we need to pull down the appropriate Google Apps package that matches our Android AVD version. I'm just posting it here in case the link breaks for any reason. Note: All credit goes to the author of the linked blog post (pyoor). It works for API 23 emulator, so you shouldn't have a problem. I've had to do this recently on the API 23 emulator, and followed this guide.










Android emulator with google play for mac