我已經按照在http://developer.android.com/training/basics/firstapp/running-app.html首款Android應用程序將無法安裝
我似乎無法得到應用安裝的說明。
我的控制檯輸出:
[2013-03-30 12:30:41 - MyFirstApp] Android Launch!
[2013-03-30 12:30:41 - MyFirstApp] adb is running normally.
[2013-03-30 12:30:41 - MyFirstApp] Performing com.example.myfirstapp.MainActivity activity launch
[2013-03-30 12:30:41 - MyFirstApp] Automatic Target Mode: launching new emulator with compatible AVD 'AVD_for_Nexus_S_by_Google'
[2013-03-30 12:30:41 - MyFirstApp] Launching a new emulator with Virtual Device 'AVD_for_Nexus_S_by_Google'
正如所看到的,有沒有「安裝APK」的消息,或以任何形式表明Eclipse正在加載我的應用程序在仿真器上。一旦啓動,我也無法在模擬器上找到我的應用程序。
OS:Windows 7家庭高級版64位
Eclipse版本:靛藍髮行
的Android開發工具包版本:21.1.0.v201302060044-569685
以下配置下運行這個項目
我該如何解決這個問題?
編輯:從logcat登錄顯示以下內容。這是正常的嗎?
03-30 08:41:48.010: W/Trace(779): Unexpected value from nativeGetEnabledTags: 0
03-30 08:41:48.039: I/Choreographer(779): Skipped 50 frames! The application may be doing too much work on its main thread.
03-30 08:41:48.079: W/Trace(779): Unexpected value from nativeGetEnabledTags: 0
03-30 08:41:48.079: W/Trace(779): Unexpected value from nativeGetEnabledTags: 0
你說模擬器已經啓動,在這種情況下你的控制檯輸出不完整 – ruben
這就是我在控制檯中的所有輸出。 – Tobikage
你可以重新啓動eclipse和模擬器並重試嗎?它是一樣的嗎?你有沒有試過其他兩個傢伙在這裏說的? – ruben