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