魅族手机(魅蓝note)无法作为调试设备连接到mac问题的解决

it2022-05-09  66

问题描述:

  OS X(Yosemite),ADB(1.0.32),Android Studio(1.0.1),魅蓝note手机(m1 note,Android 4.4.4,Flyme OS 4.2.0 3U)。

  通过USB线将手机连接到 MAC 时,执行 adb devices 未能发现设备。

解决方法:

查找该手机的 vender id,有以下两个途径 在 terminal 输入 system_profier SPUSBDataType,找到 m1 noteAbout This Mac -> System Report... -> USB,找到 m1 note将 vender id 添加到 ~/.android/adb_usb.ini 文件adb kill-server; adb start-server。OK!

转载于:https://www.cnblogs.com/maozhige/p/4328999.html


最新回复(0)