Troubles getting up and running with GDK on Android Studio -


so i'm new glass , want build on it. downloaded 1 of samples , error android studio giving me when try run error: default activity not found. being extremely new android/glass/java development, appreciated!

articles referenced:

for glass there no default activities development purposes can temporary add launcher activity suppose launched voice command. add line main activity in android manifest

<category android:name="android.intent.category.launcher" /> 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -