1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/adb-devices.md

13 lines
186 B
Markdown
Raw Permalink Normal View History

# adb devices
> 列出已连接的 Android 设备。
> 更多信息:<https://manned.org/adb>.
- 列出设备:
`adb devices`
- 列出设备及其系统信息:
`adb devices -l`