美文网首页
Android studio无线调试

Android studio无线调试

作者: JianLee | 来源:发表于2022-05-26 14:12 被阅读0次

    1、adb devices 查看当前可以连接到adb 的设备

    adb devices
    

    2、为手机设置侦听端口号 adb tcpip 侦听端口号(eg:8888)

    (多手机调试设置端口号 adb -s 设备号 tcpip侦听 端口号)

    adb tcpip 8866
    

    3.执行 adb connect ip地址:侦听端口号 命令,开启无限连接

    adb connect 10.99.1.105:8866
    

    4、输入adb devices

    adb devices
    

    相关文章

      网友评论

          本文标题:Android studio无线调试

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