1. 首页
  2. 数据库
  3. 其它
  4. Android adb命令

Android adb命令

上传者: 2021-02-01 10:08:14上传 PDF文件 94.14KB 热度 25次
官方参考地址:https://developer.android.com/studio/command-line/adb.html?hl=zh-cn 基本命令: 查看连接的设备 adb devices 进入指定设备 adb -s serialNumber shell 连接状态 adb get-state 查看版本 adb version 启动ADB服务 adb start-server 停止ADB服务 adb kill-server 电脑推送到手机 adb push local remote, eg. adb push F:\logs /sdcard/youku 手机拉取到电脑 adb pul
下载地址
用户评论