I'm trying to fiddle with Google Glass for a project of mine. And when I created a new Immersion project, it cannot find any default Activity. And when I looked at the manifest, it doesn't have the usual <action android:name="android.intent.action.MAIN" />
and <category android:name="android.intent.category.LAUNCHER" />
in it so I added them. It can be played on the Glass now but it just showed another screen (or it's called a Card maybe? I'm still new in this.) and it just got dismissed automatically. Why did this happen? How do I fix this?
Thanks.