adb常用命令
基本用法 1.停止adb server adb kill-server 2.查看adb版本 adb version 3.查看adb 设备 adb devices 4基本命令 命令 含义 adb verion 查看adb版本 adb start-server 启动adb server(一般无需手动启动) adb kill-server 停止adb server adb root 以 root 权限运行 adbd adb unroot 以 普通权限运行 adbd adb remount 已读写方式挂载系分区/system adb devices 查询已经链接的设备 adb get-serialno 打印设备序列号(和adb devices中的序列号一致) adb wait-for-device 阻塞直到设备在线 adb get-state 查看设备状态: device:设备正常连接 offline:连接出现异常,设备无响应 unknown:没有连接设备 adb status-window 连续输出设备状态 adb bugreport 返回设备bug report相关的所有信息 adb [-d|-e|-s ] adb -e shell //进入到模拟器中 adb –d shell //进入到真机中 adb –s <设备id> shell //进入到指定设备中 adb shell svc