打印已连接设备的详细列表
要获得连接到 adb
的所有设备的详细列表,请在终端中编写以下命令:
adb devices -l
示例输出
List of devices attached
ZX1G425DC6 device usb:336592896X product:shamu model:Nexus_6 device:shamu
013e4e127e59a868 device usb:337641472X product:bullhead model:Nexus_5X device:bullhead
ZX1D229KCN device usb:335592811X product:titan_retde model:XT1068 device:titan_umtsds
A50PL device usb:331592812X
- 第一列是设备的序列号。如果它以
emulator-
开头,则此设备是模拟器。 usb:
USB 子系统中设备的路径。product:
设备的产品代码。这是非常特定于制造商的,正如你在上面的 Archos 设备A50PL
中所看到的那样,它可以是空白的。model:
设备型号。像product
一样,可以是空的。device:
设备代码。这也是制造商特定的,可以是空的。