I just updated my google glass to kitkat and then my app disappeared. and even when I am trying to install it on the glass again, its not showing up. no errors in the logcat. I am not sure what is wrong, does anyone have a clue?
Asked
Active
Viewed 199 times
0
-
Voice trigger change addressed in this question - "why-is-my-voice-command-missing-from-the-ok-glass-menu-in-xe16" http://stackoverflow.com/questions/23097828/why-is-my-voice-command-missing-from-the-ok-glass-menu-in-xe16 – StanleyZheng Apr 17 '14 at 08:48
2 Answers
1
The syntax for voice trigger was updated in the GDK.
For unlisted voice triggers, you now need to request the com.google.android.glass.permission.DEVELOPMENT
permission (https://developers.google.com/glass/develop/gdk/starting-glassware#unlisted_commands).

ne0fhyk
- 186
- 1
- 3
0
Just delete it, it's no longer needed in XE16, you can publish your LiveCard directly with the publish method.

rbd_dog
- 1