Mac或者linux下adb连接失败的解决办法
不管是在Windows系统还是在Linux系统中,相信不少用户或开发者都遇到过手机adb连接不上的情况。其实出现这种问题很多时候是由于adb冲突导致的,毕竟很多软件都有自己的adb链接。那么,出现这种问题该怎么办呢?下面就给大家介绍下Mac或者linux下adb连接失败的解决办法。
1.查看设备VenderID
在mac下 或者Linux打开终端(Terminal),linux下可以按快捷键(CTRL+T,忘了具体是不是大家去试试或者查查),mac下Control+space,输入Terminal打开。打开终端后,输入命令
mac下:
system_profiler SPUSBDataType
linux下:
lsusb
结果如下:
USB:
USB 3.0 Bus:
Host Controller Driver: AppleUSBXHCILPTH
PCI Device ID: 0x8c31
PCI Revision ID: 0x0005
PCI Vendor ID: 0x8086
Apple Internal Keyboard / Trackpad:
Product ID: 0x0262
Vendor ID: 0x05ac (Apple Inc.)
Version: 2.25
Speed: Up to 12 Mb/sec
Manufacturer: Apple Inc.
Location ID: 0x14400000 / 4
Current Available (mA): 1000
Current Required (mA): 40
Extra Operating Current (mA): 0
Built-In: Yes
BRCM20702 Hub:
Product ID: 0x4500
Vendor ID: 0x0a5c (Broadcom Corp.)
Version: 1.00
Speed: Up to 12 Mb/sec
Manufacturer: Apple Inc.
Location ID: 0x14300000 / 3
Current Available (mA): 1000
Current Required (mA): 94
Extra Operating Current (mA): 0
Built-In: Yes
Bluetooth USB Host Controller:
Product ID: 0x8289
Vendor ID: 0x05ac (Apple Inc.)
相关文章:
1. 国产统一操作系统uos怎么安装? uos操作系统安装步骤2. MacOS13中wifi低数据模式什么意思? MacOS开启低数据模式的技巧3. Win10电脑玩红警卡顿怎么办?Win10玩红警卡顿的解决办法4. Windows11任务栏无响应Bug,教你2种方法彻底解决!5. 如何让不符合条件的设备升级Windows11?6. Win10记事本被卸载了怎么恢复?7. Win11如何查看所隐藏的文件?Win11查看隐藏的文件的方法8. Win11系统安装不了是怎么回事?Win11系统安装不了是什么原因?9. 如何在Windows11系统打开注册表编辑器?10. Win11如何添加打印机 Win11添加网络打印机方法教程