码迷,mamicode.com
首页 > 移动开发 > 详细

Delphi 调试连接 任意Android手机/平板/盒子

时间:2015-12-25 19:24:20      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:

Delphi有时候无法连接调试一些手机,解决方案:

 

1.安装Google USB Driver

2.通过设备管理器查看手机或平板USB的VID,PID

3.修改你的电脑上的android_winusb.inf,将第2步找到的VID,PID加到inf中。

例如:

;Samsung Galaxy S3 
%SingleAdbInterface% = USB_Install, USB\VID_04E8&PID_6860 
%CompositeAdbInterface% = USB_Install, USB\VID_04E8&PID_6860&MI_03

详细请看:

http://delphi.org/2014/01/custom-android-adb-usb/

 

Delphi 调试连接 任意Android手机/平板/盒子

标签:

原文地址:http://www.cnblogs.com/hezihang/p/5076606.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!