码迷,mamicode.com
首页 > 数据库 > 详细

adb 常用命令

时间:2019-07-24 22:25:41      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:shell   find   tcp   命令   devices   应用信息   nbsp   window   bsp   

windows下查看命令

查看当前应用信息

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

查看当前所有设备

adb devices

设置设别的连接端口

adb -s 设备名 tcpip  端口号

例如: adb -s  myphone tcpip 6666

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

 

adb 常用命令

标签:shell   find   tcp   命令   devices   应用信息   nbsp   window   bsp   

原文地址:https://www.cnblogs.com/wangdongpython/p/11241074.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!