标签:push nbsp get gui pull activity uninstall epo 软件
Adb 命令
adb devices 查看设备连接
adb push 文件 /接收设备/ 发送文件到手机
adb pull /sdcard/文件 pc路径 发送文件到pc端
adb shell screencap /sdcard/保存路径 截屏
adb install /软件路径 安装软件
adb uninstall -k(卸载但保留配置和缓存) 包名 卸载软件
adb (设备+) shell <command 命令> adb命令
adb bugreport 查看bug报告
adb shell ps | grep adbd 查看设备上的adb进程
adb get-state 设备连接状态
adb logcat -v time > .txt 获取日志
adb shell am start -W -S -n activity app启动速度测试 - 冷启动
adb shell am start -W -n activity app启动速度测试 - 热启动
14. adb shell pm list pcakage 列出包名
标签:push nbsp get gui pull activity uninstall epo 软件
原文地址:https://www.cnblogs.com/mcboy/p/8831024.html