且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在模拟器中运行谷歌玻璃项目?

更新时间:2023-10-31 20:31:46

首先,你需要设置玻璃论网络手机或模拟器。 Gooogle企业玻璃是orignally超过Android的,你需要安装发射器的一个的APK发射。

First you need to set up Glass On mobile or an Emulator in Web. Gooogle Glass is orignally a launcher over android you need to install the apks of that launcher.

这里 你会发现APK的(但是相机玻璃从来没有为我工作。

这里 是向您展示的过程(在Nexus 7)相册

Here is an Album showing you the process (on Nexus 7)

是一组演示的的

And This is the set of Demo's

全部设置完毕后,你必须连接的android手机,然后再安装apk的使用ADB。
例如。

After all set up you have to connect the android phone and then install the apk's using adb. e.g.

adb install -r com.sample.packagee

后,你可以通过语音命令来启动应用程序,或者如果它亘古不支持语音触发然后启动它像

after that you can launch the app through voice command or if it doesnot support voice trigger then launch it like

adb shell am start -n com.mikedg.android.glass.launchy/.MainActivity

我写下来的问题,一个wiki和做的请检查在这里

I am writing down a wiki for the issues and the to do's Please check it here..