I have a tablet device, OTG cable and one other USB device. This other device is connected to tablet over OTG cable. How to connect tablet to PC for debugging in the same time with this other USB device? I've tried over USB hub but then I can't see tablet from Eclipse. If I connect directly tablet to PC with cable for charging and data transfer than debugging works but than can't see that USB device that I have to connect and read some data from it. What to do?

有帮助吗?

解决方案

You should use adb over TCP, the Android developer site has a short article here under Debugging considerations (bottom of the page).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top