How can I connect to Android with ADB over TCP?

Posted by martinjd on Stack Overflow See other posts from Stack Overflow or by martinjd
Published on 2010-04-09T02:18:00Z Indexed on 2010/04/09 2:23 UTC
Read the original article Hit count: 464

Filed under:
|
|
|
|

I am attempting to debug an application on a Motorola Droid but I am having some difficulty connecting to the device via USB. My development server is a Windows 7 64bit VM running in HyperV and so I cannot connect directly via USB in the guest or from the host. I installed a couple of different USB over TCP solutions but the connection appears to have issues since the adb monitor reports "devicemonitor failed to start monitoring" repeatedly. I was wondering if there is a way to connect directly from the client on the development machine to the daemon on the device using the network instead of the usb connection or possibly other viable options?

© Stack Overflow or respective owner

Related posts about android

Related posts about adb