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)
Genymotion Desktop & Genymotion SaaS (Cloud)
- Visit https://opengapps.org.
- Select platform
x86
for Android 10 and lower, orx86_64
for Android 11 and 12. - 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.
Genymotion Device Image (PaaS)
- Visit https://opengapps.org.
- Select platform
x86_64
orARM64
depending on your instance architecture. - 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