2014-01-21 25 views
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做了改變。

我還需要做哪些其他更改?

非常感謝。

+0

而當我在控制檯'adb shell am startservice com.google.android .glass.sample.stopwatch/.StopwatchService'中寫入時,我的手機上出現提示'不幸的是,StopWatch已停止' – lucy

回答

1

您將無法在Android手機上運行樣本,因爲他們沒有安裝GDK試圖訪問的Glass系統軟件。

目前,您可以運行GDK應用程序的唯一方法是使用物理Glass設備。

相關問題