美文网首页
adb wifi链接设备

adb wifi链接设备

作者: ArtioL | 来源:发表于2022-01-26 16:34 被阅读0次

    adb 链接wifi设备

    首先链接设备 开启设备端口监听

    adb tcpip 5555
    adb -s 设备 tcpip 5555
    

    开启监听后 可以拔除usb

    adb 链接设备
    adb connect 手机ip

    链接设备后

    adb devices // 会显示添加了一个设备
    

    现在就可以使用ip地址链接设备了

    adb -s 设备ip:5555 shell 
    

    相关文章

      网友评论

          本文标题:adb wifi链接设备

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