I'm trying to use Android Debug Bridge (adb) from my Windows 8.1 guest (I'm using VirtualBox). The host runs Windows 10.
My enviroment is:
- Guest : Windows 8.1
- Host : Windows 10
I installed the virtualbox extension pack
, in order to enable the USB controller 2.0 (EHCI)
.
I also installed Android Studio
(and Google USB driver
) on the VM and enable the "Debug USB"
option on my mobile phone.
When I connect my mobile (via USB), it is recognized by the VM (after selecting it from Devices -> USB -> MyMobile
menu, I can access to the mobile folders), but when running adb devices
the device is not listed.
How can use adb
on my Windows VM guest? Am I missing something?