Questions tagged [google-gdk]

Glass Development Kit (GDK), a development kit to develop Google Glass glassware

The Google GDK is the Glass Development Kit for Google Glass. This kit allows developers to create Glassware how they would for Android. Everything built from the GDK is written in Java or JVM languages. The GDK is an add-on to the standard Android SDK, but targets the Glass specifications and has modifications to allow developers to create cards to be displayed on Glass.

Read more at GDK Developer Website

732 questions
30
votes
1 answer

Why is my voice command missing from the ok glass menu in XE16?

I had a Glassware that launched using a voice command on the ok glass menu. It worked great in XE12, but in XE16 it does not show up in the main menu. Here's a snippet from my AndroidManifest.xml showing my voice command configuration:
mimming
  • 13,706
  • 3
  • 39
  • 73
25
votes
5 answers

Google Glass GDK: How to Communicate with Android Device

I'm looking for a way to send data between my Android Device and Google Glass that doesn't rely on Cloud API's. Is this supported? I see the Bluetooth connections in the My Glass app, which makes me think it can be done. Is there an example…
Nathaniel D. Waggoner
  • 2,786
  • 1
  • 17
  • 41
24
votes
2 answers

GDK / APK for Google Glass - Keep screen from dimming

What part of the code in the four sample APK projects listed here for Google Glass prevents the screen from dimming? When I write my own APK and sideload it, after ten seconds with no tapping, the screen dims but does not turn off. What manifest…
Mark Scheel
  • 2,923
  • 1
  • 18
  • 23
21
votes
4 answers

What is the difference between Glass Mirror API and Google GDK?

What is the difference between Glass Mirror API and Google GDK? Google has announced the GDK here: https://developers.google.com/glass/gdk but they haven't exposed any new features specific to Glass yet. How do we actually use the Google…
dcanh121
  • 4,509
  • 10
  • 34
  • 80
19
votes
8 answers

Google Glass GDK: Progress Indicator?

Using the GDK (or in some other way), is there a way to display a progress indicator similar to the one displayed when connecting to a WiFi network on Glass? (the "spinning" lines on the bottom of the display, kind of like at the end of this video:…
giladgo
  • 393
  • 3
  • 12
16
votes
4 answers

Google Glass: GDK with Android Studio

I’m trying to use the new Google Glass Development kit with Android Studio. Unfortunately I'm not having much success. I get the error: "Gradle: package com.google.android.glass.touchpad does not exist" I've added uses-library to the manifest as…
Smalesy
  • 571
  • 1
  • 7
  • 20
13
votes
1 answer

Is there any way to run glassware in an emulator?

Today Google just released the GDK Sneak Peak for Google Glass. I have tried to run the samples they have hosted in GitHub with no success: gdk-stopwatch-sample gdk-compass-sample gdk-timer-sample I am targetting against Android 4.0.3 Glass…
atxe
  • 4,825
  • 2
  • 33
  • 48
12
votes
2 answers

How to debug Google Glass GDK application?

It is easy to debug Android applications as most of them launch an activity and keeping breakpoint is all it takes. How to debug a GDK based google glass app as the service is triggered on voice and does not explictly launch an activity on install?
sivag1
  • 4,114
  • 2
  • 24
  • 32
12
votes
4 answers

Google Glass is not listed as Android Device by ADB

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 codeproject stackoverflow I did the following in…
Alexey Strakh
  • 10,508
  • 17
  • 76
  • 146
11
votes
5 answers

How to Navigate a Google Glass GDK Immersion Application using Voice Command only?

How would I go about coding a voice trigger to navigate Google Glass Cards? This is how I see it happening: 1) "Ok Glass, Start My Program" 2) Application begins and shows the first card 3) User can say "Next Card" to move to the next card…
Drace
  • 691
  • 7
  • 22
10
votes
2 answers

Google Glass GDK Theme for XML layout

Is there a theme that we can use in Eclipse or Android Studio for doing XML layouts? I know we should use: