我正在尝试将演示应用程序部署到android mini pc MK 809II,但是eclipse无法检测到该设备。
我正在运行Windows 7 32位并使用eclipse juno进行应用程序开发。 我试图按照以下链接,但没有任何帮助我: -
http://www.codeonastick.com/2013/04/mini-pc-mk809-usb-driver-not-recognised.html
http://forum.xda-developers.com/showthread.php?t=2083522
任何关于此的信息都将受到高度赞赏
谢谢
答案 0 :(得分:0)
我自己解决了,解决方案是这样的: -
编辑android_winusb.inf并添加以下行:
%SingleAdbInterface%= USB_Install,USB \ VID_2207& PID_0006
%CompositeAdbInterface%= USB_Install,USB \ VID_2207& PID_0006& MI_01
%SingleAdbInterface%= USB_Install,USB \ VID_2207& PID_0010
%CompositeAdbInterface%= USB_Install,USB \ VID_2207& PID_0010& MI_01
在Google.NTx86和Google.NTamd64区域。
将驱动程序供应商ID添加到“C:\ Users \ .android \ adb_usb.ini”文件中。我做到了,它工作了!!!这是它的外观:
0x2207 MiniPC驱动程序