谷歌玻璃不被列为Android设备由亚行

谷歌玻璃不被列为Android设备由亚行

本文介绍了谷歌玻璃不被列为Android设备由亚行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想部署一个玻璃器皿的apk到谷歌玻璃设备,但它并不由亚行上市。我跟一些指南,它描述了如何将谷歌玻璃连接到Windows 8操作系统:

I'm trying to deploy a glassware .APK to a Google Glass device but it doesn't listed by ADB. I followed several guides which describe how to connect the Google Glass to the Windows 8 OS:

  • glassdev
  • <一个href="http://www.$c$cproject.com/Articles/685796/Building-Glassware-with-the-Xamarin-Android-and-Go">$c$cproject
  • stackoverflow
  • glassdev
  • codeproject
  • stackoverflow

我没有为了将设备连接到我的电脑下面。

I did the following in order to connect the device to my PC.

1.Installed USB驱动程序认为Android的SDK管理器

1.Installed USB driver thought Android SDK Manager

2.Updated android_winusb.inf文件,包括所需的线路标识设备:https://dl.dropboxusercontent.com/u/83972129/android_winusb.inf

2.Updated android_winusb.inf file and included required lines to identify the device:https://dl.dropboxusercontent.com/u/83972129/android_winusb.inf

这些ID我下设备的硬件ID中设置:

these ids I found under the device "hardware id" setting:

  • USB \ VID_18D1和放大器; PID_9001&安培; REV_0216
  • USB \ VID_18D1和放大器; PID_9001

3.Connected设备并被迫使用上述

3.Connected the device and forced to use the driver above

https://dl.dropboxusercontent.com/u/83972129/android_device.png

它的外观几乎是在引导期望它被安装为Android的亚行界面不作为的Andr​​oid复合亚行界面

It's look almost as in the guide expect of the fact it was installed as "Android ADB Interface" not as "Android Composite ADB Interface"

4.然后我去了亚行的工具,并试图列出Android设备:

4.Then I went to ADB tool and tried to list android devices:

https://dl.dropboxusercontent.com/u/83972129/android_adb.png

在谷歌玻璃是不存在,而不是亚洲开发银行的服务没有重新启动系统重新启动帮助。

the Google Glass wasn't there and not adb service restart neither system restart helped.

5.As因此IDE无法看到的设备,这是不可能的部署.apk文件

5.As a result IDE couldn't see the device and it is impossible to deploy .APK

我如何调试的问题?是什么在这里可能是错了吗?

How can I debug the issue? What could be wrong here?

推荐答案

您还必须在你的碎玻璃将启用调试模式

You must also enable debug mode on your Glass by going to

  1. 滚动到,然后选择设置卡。
  2. 滚动到,并选择设备信息牌。
  3. 滚动超过它为打开调试和preSS。
  4. 在稍等片刻,调试已开启!

根据本指南

这篇关于谷歌玻璃不被列为Android设备由亚行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 17:04