我发现了一些使用 Android ADT 找不到 Android 设备的问题。我尝试了另一根电缆,重新启动 Eclipse 和 OnePlus One,安装新驱动程序,更改 USB 端口和其他一些不同的提示。
我的 OnePlus One 在通知中显示“USB 调试”,但找不到设备。
有人提示吗?
我发现了一些使用 Android ADT 找不到 Android 设备的问题。我尝试了另一根电缆,重新启动 Eclipse 和 OnePlus One,安装新驱动程序,更改 USB 端口和其他一些不同的提示。
我的 OnePlus One 在通知中显示“USB 调试”,但找不到设备。
有人提示吗?
我的手机也遇到了同样的问题,以下是我为我制定和工作的步骤。
或者
希望这会有所帮助,干杯
编辑android_winusb.inf
位于<sdk>\extras\google\usb_driver\
。
[Google.NTx86]
在部分和下添加以下行[Google.NTamd64]
:
;OnePlus One
%SingleAdbInterface% = USB_Install, USB\VID_05C6&PID_6765
%CompositeAdbInterface% = USB_Install, USB\VID_05C6&PID_6765&MI_01
然后手动安装驱动程序(从设备管理器)。