I am new in Glass development and as I don't have the Glass I have installed Stopwatch sample using android phone as an emulator. But the applicarion crashes when I try to run it on my phone.
Here are the changes that I did in AndroidManifest.xml
using this as a referance
> <activity
> android:name="com.google.android.glass.sample.stopwatch.MenuActivity"
> android:label="@string/app_name"
> android:theme="@style/MenuTheme"
> android:enabled="true" >
>
> <intent-filter>
> <action android:name="android.intent.action.MAIN"/>
> <category android:name="android.intent.category.LAUNCHER"/>
> </intent-filter>
> </activity>
I tried to follow also this link but I still can't see the applicarion running on my android device.
What other changes do I need to do?
Thanks a lot in advance.