所以今天,直到現在,我的AVD設備啓動,它根本沒有任何問題。我正在通過Android SDK Manager進行更新並在同一時間啓動應用程序,但是當1分鐘後avd設備出現時,我收到了一條錯誤消息,即Windows必須關閉該應用程序。Android avd設備停止工作
我現在的AVD設備定製:
900x600的Android 4.3 - API等級18的Intel Atom內存選項:拉姆: 760 VM堆:32內部存儲:200的Mib中使用主機GPU(打勾)
當我的應用程序關閉時,我嘗試查看config.ini中是否有任何問題。我改變了
ORIGINAL:disk.dataPartition.size = 200M 修改:disk.dataPartition.size = 200MB ORIGINAL:hw.ramSize = 760 修改:hw.ramSize = 760MB
並試圖再次啓動它,但它沒有工作,然後我再次檢查我的設備管理器,RAM沒有價值!此外,我試圖改變決議,但它沒有奏效。
所以這是繼續發生。每次我保存它,然後修復config.ini,但模擬器停止。
我試過從列表中使用不同的設備,但它們都沒有啓動。
這消息從我的控制檯還:
[2014-03-06 12:49:28 - ] Dx
trouble writing output: already prepared
[2014-03-06 12:49:32 - ] ------------------------------
[2014-03-06 12:49:32 - ] Android Launch!
[2014-03-06 12:49:32 - ] adb is running normally.
[2014-03-06 12:49:32 - ] Performing com.example. .MainActivity activity launch
[2014-03-06 12:49:32 - ] Automatic Target Mode: launching new emulator with compatible AVD 'AVDPanos'
[2014-03-06 12:49:32 - ] Launching a new emulator with Virtual Device 'AVDPanos'
[2014-03-06 12:49:37 - Emulator] emulator: Failed to open the HAX device!
[2014-03-06 12:49:37 - Emulator] HAX is not working and emulator runs in emulation mode
[2014-03-06 12:49:37 - Emulator]
[2014-03-06 12:49:37 - Emulator] emulator: Open HAX device failed
[2014-03-06 12:49:37 - Emulator]
[2014-03-06 12:49:38 - Emulator] creating window 0 0 900 600
[2014-03-06 12:49:38 - ] New emulator found: emulator-5554
[2014-03-06 12:49:38 - ] Waiting for HOME ('android.process.acore') to be launched...
[2014-03-06 12:49:59 - ] emulator-5554 disconnected! Cancelling 'com.example. .MainActivity activity launch'!
任何幫助嗎?
它沒有工作,我已經閱讀了關於HAXM與這個問題無關,因爲它以前工作。無論如何,謝謝 – pap
這個星期再次得到這個錯誤,重新啓動機器,它的工作,非常奇怪 – Tomazini