how to upload to your code to Google Glass?

后端 未结 3 1076
遥遥无期
遥遥无期 2021-01-28 17:56

I\'m in the process of learning android and the GDK, I have \"Android developer tools\" installed along with \"SDK Manager\".

I made my first hello world app, but I don\

3条回答
  •  再見小時候
    2021-01-28 18:03

    So the problem was that I couldn't see the Google Glass on my computer.

    I followed the instructtion on youtube by a fellow explorer: http://www.youtube.com/watch?v=rfpKyj7fJCM

    He's got the written version of what he does here: http://leetinsider.com/2013/12/11/google-glass-drivers-windows/

    Basically my Fix consisted of adding the following code into my sdk\extras\google\usb_driver\android_winusb.inf file:

    ;Google Glass
    %SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E11&REV_0216
    %CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E11&MI_01
    %SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_9001&REV_0216
    %CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_9001&MI_01
    

    Then I simply updated driver on my unknown device from my "device Manager" and pointed it to the android_winusb.inf file and it worked!

    I can now see and upload code to glass!

提交回复
热议问题