自制ADB驱动

对于不能正常安装ADB驱动的设备,直接在设备管理器的这个设备的右键属性 -〉 详细 -〉 硬件ID 

USB\VID_0930&PID_0963&REV_0229&MI_01
USB\VID_0930&PID_0963&MI_01

然后编辑[android-sdk\extras\google\usb_driver\android_winusb.inf]在[Google.NTx86]和[Google.NTamd64]下追加

; [设备的名字]
%SingleAdbInterface%        = USB_Install, USB\VID_0BB4&PID_0C87
%CompositeAdbInterface%     = USB_Install, USB\VID_0BB4&PID_0C87&MI_01

红色的部分从上面拷贝下来就行了。

你可能感兴趣的:(android)