ADB的命令行

Android Debug Bridge 安卓调试桥adb


环境配置: 新建:andriod=D:/XXX/XXXX/sdk/platform-tools

Path: = %android%


  • adb devices 列出所有的设备
  • adb start-server 开启adb服务
  • adb kill-server 关闭adb服务
  • adb logcat 查看Log
  • adb shell 挂载到Linux的空间
  • adb install <应用程序(加扩展名)> 安装应用程序
  • adb s <模拟器名称> install <应用程序(加扩展名)> 安装应用到指定模拟器
  • adb uninstall <程序包名>
  • adb pull <remote> <local>
  • adb push <local> <remote>
  • emulator avd <模拟器名称>
  • ctrl + F11 横竖屏的切换

如果你想详细学习adb相关知识可扫描下列微信二维码,关注后,回复【adb】学习更多精彩!

posted on 2017-02-12 20:04  LoaderMan  阅读(255)  评论(0编辑  收藏  举报

导航