Forum Discussion
zammad
7 years agoNew Contributor
Thanks for your reply,
I use remote desktop network gate
(http://www.net-usb.com/usb-over-rdp/) at my local machine (where USB device is physically present) and at the remote one (which I am connecting to).
but when i type "adb devices" at the virtual machine, adb did not recognize any devices :((
I use remote desktop network gate
(http://www.net-usb.com/usb-over-rdp/) at my local machine (where USB device is physically present) and at the remote one (which I am connecting to).
but when i type "adb devices" at the virtual machine, adb did not recognize any devices :((
AlexKaras
Champion Level 2
7 years agoHi,
> adb did not recognize any devices (
This is the root of the problem. TestComplete uses adb to control mobile device and the tested application. TestComplete will not be able to work with mobile device as long as adb cannot recognize mobile device attached to the desktop.
So you need to find a way to make adb to recognize the attached device.