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

13 lines
201 B
Markdown
Raw Normal View History

# adb devices
> 연결된 Android 장치 나열.
> 더 많은 정보: <https://manned.org/adb>.
- 장치 목록 나열:
`adb devices`
- 장치 및 해당 시스템 정보 나열:
`adb devices -l`