I am a beginner at Glass/Android development. <<
When I try to run this camera demo, eclipse fails to find the launcher and aborts (which is expected since src is empty.. Here is what the console will throw:
[2014-06-13 20:16:08 - CameraDemoActivity] No Launcher activity found!
[2014-06-13 20:16:08 - CameraDemoActivity] The launch will only sync the application package on the device!
How can I fix this so it could run properly? I tried copying some of the java folder content into a package and calling the CameraDemoActivity.java from there but no use. Any idea how I could make this run properly without throwing a whole bunch of of errors?
Source code is here: https://github.com/harrywye/gdkdemo/tree/master/apidemo/camerademo
Help..
Thanks!
Hanna