簡體   English   中英

Android棒棒糖模擬器Nexus S沒有運行該應用程序

[英]Android lollipop emulator Nexus S not running the application

這是我第一次嘗試在棒棒糖中運行應用程序。

它沒有顯示任何錯誤。但它連續加載模擬器。我發布了與我的問題相關的相關屏幕截圖和編碼。

在project-> properties-> Build Target中:

在此輸入圖像描述

然后在我的清單中:

 <uses-sdk
        android:minSdkVersion="16"
        android:targetSdkVersion="21" />

Android Sdk經理:

在此輸入圖像描述

在此輸入圖像描述

編輯Android虛擬設備(AVD):

在此輸入圖像描述

注意:在上面的截圖中,似乎我已經嘗試過Use GPU Host

輸出:

最后我的模擬器總是正在加載。我等了將近35分鍾。

在此輸入圖像描述

安慰:

[2015-01-06 09:53:17 - Steve] Android Launch!
[2015-01-06 09:53:17 - Steve] adb is running normally.
[2015-01-06 09:53:17 - Steve] Performing com.android.steve.MainActivity activity launch
[2015-01-06 09:53:17 - Steve] Automatic Target Mode: Preferred AVD 'Lollipops' is not available. Launching new emulator.
[2015-01-06 09:53:17 - Steve] Launching a new emulator with Virtual Device 'Lollipops'
[2015-01-06 09:53:30 - Emulator] emulator: warning: opening audio input failed
[2015-01-06 09:53:30 - Emulator] 
[2015-01-06 09:53:31 - Emulator] creating window 0 0 438 729
[2015-01-06 09:53:31 - Emulator] emulator: emulator window was out of view and was recentered
[2015-01-06 09:53:31 - Emulator] 
[2015-01-06 09:53:31 - Steve] New emulator found: emulator-5554
[2015-01-06 09:53:31 - Steve] Waiting for HOME ('android.process.acore') to be launched...

我嘗試重新啟動Eclipse並清理項目。最后我嘗試使用Nexus 5對我有用。任何人都可以給我一些關於此的建議。謝謝。

嘗試使用Genymotion

要為Eclipse安裝Genymotion插件:

在Eclipse中,轉到“幫助”>“安裝新軟件”,然后單擊“添加”。 使用Genymotion名稱和plugins.genymotion.com/...位置填寫字段。 在Genymobile下,檢查Genymotion和Genymotion Eclipse Tools並按照Eclipse指示的步驟操作。

注意:如果系統配置良好,Genymotion Lollipop版本可以正常工作,例如6 - 8gb的ram,高速處理器。 對於低配置的PC,它只顯示啟動屏幕(圖像在問題上)。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM