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

后端 未结 17 1539
孤城傲影
孤城傲影 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条回答
  •  闹比i
    闹比i (楼主)
    2020-11-22 03:31

    With adb, you can install GApps and ARM Support zips without a drag & drop. emuking from XDA Developers has instructions for it:

    I used 4.2.2, which is acceptable for my testing purposes. I then extracted both zip's "/system/..." folders to a folder on my desktop. In cmd prompt I used the following commands (step 1 is optional and for verification that adb is working):

    1. adb devices
    2. adb remount
    3. adb push "C:\Users\John\Desktop\GenyF_cked\system" /system

    You'll have to change the folder name in "adb push" line to where you actually extracted both zip files. After doing it, I recommend you to "adb reboot" the device.

提交回复
热议问题