This commit is contained in:
sloop
2016-07-18 02:53:24 +08:00
committed by GitHub
parent 54fc0a1b88
commit b050c19010

View File

@@ -1,7 +1,7 @@
# ADB常用命令 # ADB常用命令
命令 | 说明 命令 | 说明
--- | --- --------------------------------|-----------------------------------------------------
adb start-server | 启动服务 adb start-server | 启动服务
adb kill-server | 关闭服务 adb kill-server | 关闭服务
adb devices | 显示当前连接的所有设备(如果服务没有开启会自动开启) adb devices | 显示当前连接的所有设备(如果服务没有开启会自动开启)