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

adb-devices: add Chinese translation (#14620)

This commit is contained in:
Yi Liu 2024-11-06 16:48:10 +08:00 committed by GitHub
parent 236cafb0e1
commit 1606ebd593
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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