This scripts helps anyone to add Google Play Service and Google Play Store to any Android Emulator instance
Shell
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.md
get_play_store

README.md

This project helps lazy people like me to install base Google apps in your Android Emulator instance in order to get Google Play Services and Google Play Store working.

Usage: ./get_play_store -f <GAPPS_FILE> [-b <ADB BINARY>]

The option -f is any GApps bundle that can be downloaded from the Open GApps Project. Please choose your platform and Android version correctly in order to this script work as expected. The variant pico has everything that is necessary for Google Play Store to work. This script only installs the base apps.

The option -b is the path/binary of the Android Debug Bridge that will be used to execute the commands. If it is not specified, it will request android-tools-adb to be installed, yet it is strongly recommended that you specify the adb of your Android SDK, which can be found at Android/Sdk/platform-tools/adb.