0
我是Glass開發中的新成員,因爲我沒有玻璃 我已經使用Android手機安裝了Stopwatch示例作爲模擬器。 但是,當我嘗試在手機上運行應用程序時,應用程序崩潰。使用Android手機作爲模擬器無法運行秒錶示例
下面是使用this作爲全球化志願服務青年
> <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>
我想也跟着this鏈接,但我仍然無法看到我的Android設備上運行的applicarion我在AndroidManifest.xml
做了改變。
我還需要做哪些其他更改?
非常感謝。
而當我在控制檯'adb shell am startservice com.google.android .glass.sample.stopwatch/.StopwatchService'中寫入時,我的手機上出現提示'不幸的是,StopWatch已停止' – lucy