Genymotion Android emulator - adb access?

后端 未结 8 1914
醉话见心
醉话见心 2021-01-30 16:42

I downloaded Genymotion Android emulators for Oracle VirtualBox (http://www.genymotion.com/) on my Windows 7 PC, created a virtual Jelly Bean with Google Apps device. How do I e

8条回答
  •  猫巷女王i
    2021-01-30 17:07

    We need to connect with IP address to the emulator, so look for the IP address of the running emulator (it's shown in the emulator title bar) and use something like:

    adb connect 192.168.56.102:5555

    Afterward adb works normally. You may also find out the IP address of a running emulator by starting "Genymotion Shell" and typing 'devices list'

    I also find out that occasionally I have to do the above when the emulator is running for a longer time and somehow ADB disconnects from it.

    Greg

提交回复
热议问题