Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top