Warning
Installing the Open GAPPs manually may not work and introduce unforeseen bugs. This method should only be used as a last resort. Use at your own risks!
Drag'n Drop (recommended)
- Visit https://opengapps.org.
- Select platform
x86
for Genymotion Desktop and Genymotion SaaS (Cloud); orx86_64
, orarm
for Genymotion Device image (PaaS), depending on your EC2 instance type. - Select the Android version corresponding to your virtual device.
- Select variant
pico
. - Download the selected Open GAPPs package.
- Drag and drop the
open_gapps-XXX-X.X-pico-XXXXXXXX.zip
archive to the Genymotion virtual device display. - When flashing is complete, reboot the virtual device.
Command line (ADB)
If you are using ADB and wish to install the Open GAPPs package from command line, follow the previous steps 1-5, then:
Upload the zip archive:
adb push open_gapps-XXX-X.X-pico-XXXXXXXX.zip /sdcard/Download/open_gapps-XXX-X.X-pico-XXXXXXXX.zip
Flash the archive:
adb shell "/system/bin/flash-archive.sh /sdcard/Download/open_gapps-XXX-X.X-pico-XXXXXXXX.zip"
When flash is complete, reboot the device:
adb reboot