Question

On 18/Apr/2014, Google Glass started firmware update automatically when I booted up Google Glass. After the firmware update, my app which I've been making with GDK disappears from menu and I couldn't launch my app from voice command. I reinstall the app, but it's the same. I could uninstall the app by ADB, so the APK is there and installed in Google Glass, but seems Google Glass hides my app's command from the menu. Did anyone has the same experience ? Is there any way to fix this ?

Was it helpful?

Solution

Look at the XE16 release note. You need to request the development permission in the manifest:

<uses-permission
     android:name="com.google.android.glass.permission.DEVELOPMENT" />

https://developers.google.com/glass/release-notes#xe16 https://developers.google.com/glass/develop/gdk/starting-glassware#unlisted_commands

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top