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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top