System
ADB Debugging
Package Manager
Logcat
Wireless
File Manager
ScreenShot
Network
logcat
This command is used to show the list of attached devices
adb devices -l
Displays the connected devices in long format
adb devices -l
abd devices
adb devices
Frequently Asked Questions
It is a command to show the list of devices connected.
Just go to command prompt ant type adb devices and hit Enter. Daemon will now start if not already started and display the connected devices under "List of devices connected
It displays the connected devices in long format.
This means that there were no devices attached when you ran the command.