GDK is released. Where is the Emulator?
Asked Answered
K

4

6

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?

Kathyrnkati answered 20/11, 2013 at 16:39 Comment(2)
Have you checked glass-apps.org/google-glass-emulator?Floatplane
@luanjot: That is a web based emulator for glass apps built using HTML, JSON, REST etc. Is this is working for this new 'Android' based glass api too?Kathyrnkati
B
6

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.

Blancablanch answered 4/12, 2013 at 21:31 Comment(2)
Hello thanks for the information, so you mean by creating an AVD like that I can compile and run the glass?Kathyrnkati
Can you tell us more about how you tested GDK app on emulator? I did the same and tried demo Stopwatch app, but Eclipse warned that there is not default activity set in the Manifest.Maurya
T
4

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).

Translucid answered 25/11, 2013 at 13:41 Comment(0)
A
2

There exist way to modify Android smartphone to work as Google Glass, see more information here: http://www.elekslabs.com/2013/11/google-glass-development-without-glass.html

Assamese answered 24/3, 2014 at 11:19 Comment(0)
A
0

Note: There is no official emulator for Google Glass yet.

Akee answered 24/3, 2014 at 14:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.