其他分享
首页 > 其他分享> > adb 常用命令

adb 常用命令

作者:互联网

windows下查看命令

查看当前应用信息

adb shell dumpsys window w |findstr \/ |findstr name=

查看当前所有设备

adb devices

设置设别的连接端口

adb -s 设备名 tcpip  端口号

例如: adb -s  myphone tcpip 6666

该命令用于多设备同时进行操作

 

标签:findstr,查看,adb,常用命令,设备,端口号,tcpip
来源: https://www.cnblogs.com/wangdongpython/p/11241074.html