adb配置及常用命令
时间:2021-07-01 10:21:17
帮助过:3人阅读
1、下载:http://adbshell.com/downloads
2、解压后
3、环境配置到Path
4、验证
cmd输入:adb version
5、常用命令
- adb devices 查看设备
- adb install xxx.apk 安装
- adb install -r xxx.apk 覆盖安装
- adb unindstall com.zhy.app 卸载
- adb logcat -c 清除原有日志
- adb logcat > c:\test.log 将日志保存到文件test.log
- adb shell screenrecord /sdcard/demo.mp4 录屏
- adb shell screencap /sdcard/screen.png 截图
adb配置及常用命令
标签:配置到 version install down cmd load width sdcard 下载