Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GDK is released. Where is the Emulator?

Google Glass Development kit was released yesterday. But, I can't find any emulator. Where is it? Is there any emulator like an android emulator out there, where we can test these native google glass apps?

like image 439
Dongle Avatar asked Nov 20 '13 16:11

Dongle


Video Answer


2 Answers

Glass is basically an android device. Just create your own ADV (using android v15) with a resolution of 640x320.

You could also use the released img/boot files to create a virtual machine running glass, just like you would any other android device (google for tuts on this).

Of course, touch/sensors/etc are a bit tricky to emulate/run, but they do work like they do on any android device. I ported my sensor code directly, and touches worked immediately using the glass.gesturerecogniser code posted on dev.google.

like image 106
MacD Avatar answered Nov 09 '22 00:11

MacD


There is still no Google Glass emulator in the GDK, you have to test your Glassware directly on the device installing the apk (with Eclipse or adb).

like image 43
Lennon Shimokawa Avatar answered Nov 09 '22 00:11

Lennon Shimokawa