Delphi有时候无法连接调试一些手机,解决方案:
1.安装Google USB Driver
2.通过设备管理器查看手机或平板USB的VID,PID
3.修改你的电脑上的android_winusb.inf,将第2步找到的VID,PID加到inf中。
例如:
;Samsung Galaxy S3 %SingleAdbInterface% = USB_Install, USBVID_04E8&PID_6860 %CompositeAdbInterface% = USB_Install, USBVID_04E8&PID_6860&MI_03
详细请看:
http://delphi.org/2014/01/custom-android-adb-usb/
最新评论