当前位置:Gxlcms > 数据库问题 > adb配置及常用命令

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   下载   

人气教程排行