简体   繁体   English

为Android mini PC设置开发环境

[英]Setting up development Environment for android mini PC

I am trying to deploy a demo app to android mini pc MK 809II , but eclipse is not able to detect the device. 我正在尝试将演示应用程序部署到android mini pc MK 809II ,但是eclipse无法检测到该设备。

I am running Windows 7 32bit and using eclipse juno for application development. 我正在运行Windows 7 32bit并使用eclipse juno进行应用程序开发。 I have tried to follow following links but nothing has helped me out :- 我试图遵循以下链接,但没有任何帮助:-

http://www.codeonastick.com/2013/04/mini-pc-mk809-usb-driver-not-recognised.html http://www.codeonastick.com/2013/04/mini-pc-mk809-usb-driver-not-recognised.html
http://forum.xda-developers.com/showthread.php?t=2083522 http://forum.xda-developers.com/showthread.php?t=2083522

any info on this would be highly appreciated 任何对此的信息将不胜感激
thanks 谢谢

i solved it myself and solution goes like this :- 我自己解决了,解决方案是这样的:

  1. Install driver for the rk30sdk using moborobo 使用Moborobo安装rk30sdk的驱动程序
  2. edit android_winusb.inf and add following line : 编辑android_winusb.inf并添加以下行:

    %SingleAdbInterface% = USB_Install, USB\\VID_2207&PID_0006 %SingleAdbInterface%= USB_Install,USB \\ VID_2207&PID_0006

    %CompositeAdbInterface% = USB_Install, USB\\VID_2207&PID_0006&MI_01 %CompositeAdbInterface%= USB_Install,USB \\ VID_2207&PID_0006&MI_01

    %SingleAdbInterface% = USB_Install, USB\\VID_2207&PID_0010 %SingleAdbInterface%= USB_Install,USB \\ VID_2207&PID_0010

    %CompositeAdbInterface% = USB_Install, USB\\VID_2207&PID_0010&MI_01 %CompositeAdbInterface%= USB_Install,USB \\ VID_2207&PID_0010&MI_01

    in both Google.NTx86 and Google.NTamd64 area. 在Google.NTx86和Google.NTamd64区域中。

  3. add driver vendor ID to the "C:\\Users\\.android\\adb_usb.ini" file. 将驱动程序供应商ID添加到“ C:\\ Users \\ .android \\ adb_usb.ini”文件中。 I did it and it WORKED!!! 我做到了,它起作用了!!! Here is it looks: 看起来是这样的:

    ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT. ANDROID 3RD PARTY USB供应商ID列表-请勿编辑。

    USE 'android update adb' TO GENERATE. 使用“ android update adb”生成。

    1 USB VENDOR ID PER LINE. 每行1个USB供应商ID。

    0x2207 MiniPC driver 0x2207 MiniPC驱动程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM