Simple APK Glassware acting as a compass. In addition to the visual display, you can tap the touchpad to have Glass read aloud your current orientation.
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-compass-sample.apk
$ adb shell am start -n com.google.glass.samples.compass/.CompassActivity
Note: The Glass screen must be on when you run the APK.