Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经通过 USB 测试了 Arduino ADK 和 Android 通信,但我无法调试 Android 应用程序,因为 USB 连接到 Arduino。
有解决方法吗?
我试图通过无线连接ADB,但带有 Arduino 的 USB 主机不起作用。
Wireless ADB is the only way to debug while the USB port is in use. With ADB enabled and connected via USB:
adb tcpip 5555 adb connect <Device IP>:5555
to go back to using USB ADB:
adb usb