……

adb常见命令

Posted on 2023-03-27 19:52  WALL*E  阅读(14)  评论(0编辑  收藏  举报

adb kill-server 断开
adb start-server开启
adb devices链接的服务
adb connect xx.xx.xx.xx链接某个
adb install c:\\xxx\xxx.apk安装软件
adb install -r -d c:\\xxx\xxx.apk强制删除后安装