zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

mac android wifi调试

2023-09-11 14:20:21 时间

mac android wifi调试

1,用USB连接你的手机:

2,打开命令行输入:

adb tcpip 5555;

结果:

MacBook-Pro:~ user$ adb tcpip 5555;restarting in TCP mode port: 5555

3,查看手机ip地址:

直接在手机查看

4,连接

adb connect 192.168.0.102

5,断开连接:

adb disconnect 92.168.0.102