安卓avd设备停止工作



所以今天,直到现在,我的avd设备启动了,它根本没有任何问题。我通过Android SDK Manager进行更新,同时启动了一个应用程序,但当avd设备在1分钟后出现时,我收到一条错误消息,Windows必须关闭该应用程序。

我目前的AVD设备是自定义的:

900x600 Android 4.3-API 18级Intel Atom内存选项:Ram:760虚拟机堆:32内部存储:200 Mib使用主机Gpu(勾选)

当我的应用程序关闭时,我试图查看config.ini是否有任何问题。我更改了

ORIGINAL:磁盘.dataPartition.size=2000米修改:disk.dataPartition.size=200MB原件: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'!

有什么帮助吗?

尝试减少ram 528并取消选中gpu

并阅读http://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows

我也面临同样的问题,pap。当我在模拟器上运行项目时,遇到同样的问题,我会重新运行项目(不关闭/重新启动任何东西,即emulator、Eclipse或机器)。然后它工作得很好。你也可以试试这个场景。希望它也适用于你。

我试过几次做ViramV和Tomazini的事情(感谢你们的帮助),但都不起作用。所以我从一开始就重新安装了eclipse的整个包,因为我找不到其他方法。

最新更新