我之前已经使用过这个命令来设置 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 帮助说:
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 进行任何更改(没有更新)。任何帮助,将不胜感激。