简体   繁体   中英

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.

I am running Windows 7 32bit and using eclipse juno for application development. 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://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
  2. edit android_winusb.inf and add following line :

    %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

    in both Google.NTx86 and Google.NTamd64 area.

  3. add driver vendor ID to the "C:\\Users\\.android\\adb_usb.ini" file. I did it and it WORKED!!! Here is it looks:

    ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.

    USE 'android update adb' TO GENERATE.

    1 USB VENDOR ID PER LINE.

    0x2207 MiniPC driver

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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