Files
cheatsheet-tldr/tldr/adb-devices
2024-10-09 00:17:12 +00:00

18 lines
277 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# adb devices
> List connected Android devices.
> More information: <https://manned.org/adb>.
- List devices:
`adb devices`
- List devices and their system info:
`adb devices -l`