

- #Android 8 allow non play store app install install
- #Android 8 allow non play store app install android

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 \ GmsCore.apk, GoogleServicesFramework.apk, GoogleLoginService.apk, Phonesky.apk unzip -j gapps-lp-20141109-signed.zip \
#Android 8 allow non play store app install 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.
#Android 8 allow non play store app install android
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.
