Search code examples
androideclipsegoogle-glassgoogle-gdk

Unable to run glassware on google glass in Eclipse


I am using Glass development kit preview(API level 19). I have created a sample app in Eclipse targeting that.Glass is been detected by device manager but this is the screen I get in eclipse when i try to run the app.enter image description here

I have installed the device driver for glass(XE 19.1). I am running Windows 8.1 64 bit OS.


Solution

  • Some things to check:

    1. If you execute in the command line : ./adb devices , what do you get? If you are getting "Unknown device", this could be the first reason.

    2. Is your Glass turned on for debugging? (enable/disable in Glass). It is required for running Glassware in Glass using USB cable.

    3. Have your confirmed that you trust your computer with your Glass? It is also required.