android真机无线调试

    xiaoxiao2022-07-12  154

    不使用插件

    前置条件:android设备和开发计算机需在同一个网段下(如连着同一个路由器)

    使用命令adb shell进入设备系统

    使用命令ifconfig查看设备ip地址

    使用命令adb tcpip xxxx设置android设备的port端口(xxxx为0-65535之间)

    使用命令adb connect ip:port连接成功后即可进行无线调试

    完整操作如图

    使用插件

      可以在android studio的plugin中安装Android WiFi ADB插件来设置无线调试

    最新回复(0)