美文网首页
Android wifi 连接 adb

Android wifi 连接 adb

作者: that_is_this | 来源:发表于2020-05-29 19:16 被阅读0次

    参考:
    https://blog.csdn.net/weixin_30856965/article/details/96821155
    https://blog.csdn.net/mvp_Dawn/article/details/88939116

    1. 手机与 PC 处于同一局域网下
    2. 查看手机当前的局域网 ip
    3. pc 下 ping ip 查看是否能通
    ping 127.0.0.2
    ~~~
    
    1. 使用 adb 命令连接 adb connect ip
    2. adb shell 可看

    连接不上可以尝试

    su
    setprop service.adb.tcp.port 5555
    stop adbd
    start adbd
    

    相关文章

      网友评论

          本文标题:Android wifi 连接 adb

          本文链接:https://www.haomeiwen.com/subject/gnpfzhtx.html