-
- Connect device via USB and make sure debugging is working.
adb tcpip 5555
adb connect 10.0.0.2:5555
(replace with device’s IP address)- Disconnect USB and proceed with wireless debugging.
adb usb
to switch back when done.
本文共 270 字,大约阅读时间需要 1 分钟。
adb tcpip 5555
adb connect 10.0.0.2:5555
(replace with device’s IP address)adb usb
to switch back when done.转载于:https://www.cnblogs.com/cjllmd/p/4875785.html