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.