문제

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