Could not run adb reverse: Command failed: /home/sofiane/Android/Sdk//platform-tools/adb -s 192.168.1.2:5555 reverse tcp:8081 tcp:8081


当我使用端口:8081

亚行tcpip 8081

亚行连接192.168.1.2:8081

我有这个错误:

debugging - 使用WIFI调试 native 应用程序-LMLPHP

当我使用端口:5555

亚行tcpip 5555

亚行连接192.168.1.2:5555

我有这个错误:

debugging - 使用WIFI调试 native 应用程序-LMLPHP

最佳答案

如果您通过wifi连接到Android设备,则必须按照错误屏幕上的最后一条建议进行操作(因为adb -s ip:port reverse ...似乎不起作用):


打开应用程序后,摇动设备,直到看到开发人员菜单。
转到“开发设置”。
在端口8081处将“调试设备的主机和端口”设置为开发计算机的IP。

08-18 17:04