How to install Google Play Services in a Genymotion VM (with no drag and drop support)?

后端 未结 17 1179
孤城傲影
孤城傲影 2020-11-22 03:23

How can I install Google Play Services in a Genymotion emulator with no drag and drop support?

I can\'t install it as mentioned in Stack Overflow post How do you

17条回答
  •  囚心锁ツ
    2020-11-22 03:48

    Drag and Drop did not work on my system...

    I found a blogpost which describes how you install it with adb:

    adb push Genymotion-ARM-Translation_v1.1.zip /sdcard/Download/Genymotion-ARM-Translation_v1.1.zip
    
    adb push gapps-jb-yyyymmdd-signed.zip /sdcard/Download/gapps.zip
    
    adb shell flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation_v1.1.zip
    
    adb reboot
    
    adb shell flash-archive.sh /sdcard/Download/gapps.zip
    
    adb reboot
    

提交回复
热议问题