adb无线安装软件
Posted zhangjin1120
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adb无线安装软件相关的知识,希望对你有一定的参考价值。
连接usb
adb devices # 确认设备连接成功
adb shell
ifconfig # 查看机器的ip
adb tcpip 5555 # 5555为一个自定义的端口,只要与下一行命令的端口保持统一即可
adb connect 192.168.0.101:5555 # 192.168.0.101为手机无线网络的ip地址
以上是关于adb无线安装软件的主要内容,如果未能解决你的问题,请参考以下文章
Android wifi无线调试App新玩法ADB WIFI