I can get the sample APK CompassActivity app to run on Glass but no luck with LevelActivity or StopWatchActivity? I am using Eclipse. Log below. Any suggestions?
You have two options: Launch from the command line using this:
adb shell am start -n com.google.glass.samples./.
so if you were launching the level it would be:
adb shell am start -n com.google.glass.samples.level/.LevelActivity
or add this to the Android manifest for whichever project you are working on:
and install Launchy so you can launch the app whenever you please form Glass.