First - Disable driver signature enforcement for Windows 8. Google for a buffet of how-to tutorials/instructions, if you don't already know.
Second - Update android_winusb.inf file @
Example: C:Developmentadt-bundle-windows-x86_64-20131030sdkextrasgoogleusb_driver
[Google.NTamd64]
;GoogleGlass
%SingleAdbInterface% = USB_Install, USBVID_18D1&PID_4E11&REV_0216
%CompositeAdbInterface% = USB_Install, USBVID_18D1&PID_4E11&MI_01
%SingleAdbInterface% = USB_Install, USBVID_18D1&PID_9001&REV_0216
%CompositeAdbInterface% = USB_Install, USBVID_18D1&PID_9001&MI_01
[Google.NTx86]
;GoogleGlass
%SingleAdbInterface% = USB_Install, USBVID_18D1&PID_4E11&REV_0216
%CompositeAdbInterface% = USB_Install, USBVID_18D1&PID_4E11&MI_01
%SingleAdbInterface% = USB_Install, USBVID_18D1&PID_9001&REV_0216
%CompositeAdbInterface% = USB_Install, USBVID_18D1&PID_9001&MI_01
Once inf file is edited, go into your Windows Device Manager, right click on the Glass Device, select Update Driver Software. When prompted, choose "Select From Computer" and enter your android_winusb.inf parent folder location.
NOTE: During Driver Update you may receive an unsigned driver warning; you must proceed with the unsigned driver to succeed.
Open eclipse. If you don't see the Glass device in DDMS perspective right off, run your application/sample as an Android Application and the device should be available as an selectable option during an Android Device Chooser dialog (Provided Glass is running with debug on and plugged into the machine).
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…