如何在 Windows 8.1 来宾 (VirtualBox) 上使用 adb
How to use adb on Windows 8.1 guest (VirtualBox)
我正在尝试使用 Windows 8.1 来宾(我正在使用 VirtualBox)的 Android 调试桥 (adb)。主机运行Windows10.
我的环境是:
- 客人:Windows 8.1
- 主持人:Windows10
我安装了virtualbox extension pack
,以便启用USB controller 2.0 (EHCI)
。
我还在虚拟机上安装了 Android Studio
(和 Google USB driver
),并在我的手机 phone.
上启用了 "Debug USB"
选项
当我连接我的手机(通过 USB)时,VM 会识别它(从 Devices -> USB -> MyMobile
菜单中选择它后,我可以访问手机文件夹),但是当 运行 adb devices
设备未列出。
如何在我的 Windows 虚拟机来宾上使用 adb
?我错过了什么吗?
首先将 Your G2mini phone 的 PID
和 VID
添加到 Google USB driver
.inf
文件,然后在 Your phone "USB connection method" 到 PTP,如 this answer of selbie.
我正在尝试使用 Windows 8.1 来宾(我正在使用 VirtualBox)的 Android 调试桥 (adb)。主机运行Windows10.
我的环境是:
- 客人:Windows 8.1
- 主持人:Windows10
我安装了virtualbox extension pack
,以便启用USB controller 2.0 (EHCI)
。
我还在虚拟机上安装了 Android Studio
(和 Google USB driver
),并在我的手机 phone.
"Debug USB"
选项
当我连接我的手机(通过 USB)时,VM 会识别它(从 Devices -> USB -> MyMobile
菜单中选择它后,我可以访问手机文件夹),但是当 运行 adb devices
设备未列出。
如何在我的 Windows 虚拟机来宾上使用 adb
?我错过了什么吗?
首先将 Your G2mini phone 的 PID
和 VID
添加到 Google USB driver
.inf
文件,然后在 Your phone "USB connection method" 到 PTP,如 this answer of selbie.