随笔分类 -  移动端

摘要:adb --help 设备管理 adb devices查看连接设备 adb start-server | adb kill-server 启动/停止adb服务 adb –s <deviceName> 指定设备进行操作 adb connect <deviceName> 连接指定设备 应用管理 adb 阅读全文
posted @ 2020-03-31 12:04 nnniki 阅读(115) 评论(0) 推荐(0)