之前我已经用过这个命令来设置ADB监听TCP/IP,但是这次我惊呆了。问题是它抛出的错误毫无意义:
$ adb tcpip 5555
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: device not found
事实上,即使尝试将其置于 USB 模式也不起作用,并出现相同的错误:
$ adb usb
error: device not found
仅供参考,亚行帮助说:
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on the specified port
我没有对 Android SDK 进行任何更改(没有更新)。任何帮助,将不胜感激。
原文由 m0skit0 发布,翻译遵循 CC BY-SA 4.0 许可协议
问题是我必须通过 USB 连接 Android 设备(同一设备或另一设备)才能执行
然后我可以拔下这个 USB 设备并通过 TCP 连接到 LAN 上的其他设备。
根本没有意义。