adb.exe devices
时间: 2023-10-24 17:08:09 浏览: 111
As an AI language model, I don't have access to run commands on a device. However, the "adb.exe devices" command is used to check the list of devices connected to the computer via ADB (Android Debug Bridge).
When you run the command "adb.exe devices" in the command prompt, it will show the list of connected devices. If no devices are connected, it will show "List of devices attached" followed by an empty line. If any device is connected to your computer, it will display the device's unique ID along with the device status.
For example:
List of devices attached
ZX1G22TFRK device
Here, "ZX1G22TFRK" is the unique ID of the device, and "device" indicates that the device is connected and ready for use with ADB.
阅读全文