mac android wifi调试
Posted 坚果技术の博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac android wifi调试相关的知识,希望对你有一定的参考价值。
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
以上是关于mac android wifi调试的主要内容,如果未能解决你的问题,请参考以下文章
借助ESP8266 WIFI模块,实现Android手机有人网络调试助手(或Android手机网络调试助手)与PC端串口调试助手互相通信。