0

So I'm new to Glass and really want to build something on it. I downloaded one of the samples and the error that Android Studio is giving me when I try to Run is Error: Default Activity not found. Being extremely new to Android/Glass/Java development, any help would be greatly appreciated!

Articles Referenced:

Community
  • 1
  • 1
Alex Cory
  • 10,635
  • 10
  • 52
  • 62

1 Answers1

1

For Glass there are no Default activities however for the development purposes you can temporary add a launcher activity that you suppose will be launched by a voice command. add this line for the main Activity in the Android Manifest

<category android:name="android.intent.category.LAUNCHER" />
Quamber Ali
  • 2,170
  • 25
  • 46