Simple APK Glassware acting as a level.
Checkout our documentation to learn how to get started on https://developers.google.com/glass/gdk
You can use your IDE to compile, install, and run the APK or use
adb
on the command line:
$ adb install -r apk-level-sample.apk
$ adb shell am start -n com.google.glass.samples.level/.LevelActivity
Note: The Glass screen must be on when you run the APK.