adb 常用命令
Posted wangdongpython
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adb 常用命令相关的知识,希望对你有一定的参考价值。
windows下查看命令
查看当前应用信息
adb shell dumpsys window w |findstr \/ |findstr name=
查看当前所有设备
adb devices
设置设别的连接端口
adb -s 设备名 tcpip 端口号
例如: adb -s myphone tcpip 6666
该命令用于多设备同时进行操作
以上是关于adb 常用命令的主要内容,如果未能解决你的问题,请参考以下文章