问题描述
我试图调试在摩托罗拉Droid 的应用程序,但我有一些困难,通过连接到设备USB。我的开发服务器操作系统是Windows 7 64位虚拟机运行在的Hyper-V ,所以我无法通过直接连接USB在来宾或主机。
我装了几个不同的USB-过TCP的解决方案,但连接似乎有自亚行问题监测报告设备监视器未能开始监视多次。有没有办法直接从客户端的开发机器上使用网络而不是USB连接或可能另一个可行的方案连接到该设备的后台程序?
解决方案我试图调试在摩托罗拉Droid 的应用程序,但我有一些困难,通过连接到设备USB。我的开发服务器操作系统是Windows 7 64位虚拟机运行在的Hyper-V ,所以我无法通过直接连接USB在来宾或主机。
我装了几个不同的USB-过TCP的解决方案,但连接似乎有自亚行问题监测报告设备监视器未能开始监视多次。有没有办法直接从客户端的开发机器上使用网络而不是USB连接或可能另一个可行的方案连接到该设备的后台程序?
解决方案我最终得到了Eltima USB转以太网软件后,终于放弃了直接的通过TCP设备连接的可能性工作
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 64-bit VM running in Hyper-V, 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. Is there 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 another viable options?
I ended up getting the Eltima USB to Ethernet software working after finally giving up on the possibility of a direct to device connection over TCP. I have pretty much decided that it is not possible to connect to a device across the network only an emulator.
这篇关于我如何可以连接到Android与亚行通过TCP?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!