0

I have Created a simple Card in Google Glass and set it like this

setContentView(card.toView());

When I install this app on my glass, it compiles itself for the first time, but I'm not able to see the card again if I swipe back to the timeline. I can do either : -Re-install it again and again -Run it through ADB by suppling package name.

WHERE IS THE ALREADY INSTALLED CARD APP?

Cyph3rCod3r
  • 1,978
  • 23
  • 33

1 Answers1

1

It sounds like you are trying to create an Immersion. In that case you need to define a voice trigger for it in your AndroidManifest as described here:

https://developers.google.com/glass/develop/gdk/voice#main_voice_commands

After doing this you will see your app in the "ok glass" menu.

Jakub K
  • 1,713
  • 1
  • 13
  • 21
  • Thanks Jacob It was a old question though I already did that voice thing and have some beautiful apps already ready ;) – Cyph3rCod3r Jul 01 '14 at 03:35
  • I didn't realise the question was so old. Oh well, maybe someone else will find it useful. – Jakub K Jul 01 '14 at 13:12