所以今天,直到现在我的avd设备已经启动,它根本没有任何问题。我正在通过Android SDK Manager进行更新并同时启动应用程序但是当1分钟后出现avd设备时,我收到一条错误消息,即Windows必须关闭应用程序。
我目前的AVD设备是自定义的:
900x600 Android 4.3 - API级别18 Intel Atom内存选项:Ram: 760 VM堆:32内部存储:200 Mib使用主机Gpu(勾选)
当我的应用程序关闭时,我试着看看config.ini是否有任何问题。我改变了
ORIGINAL:disk.dataPartition.size = 200M 修改: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'!
任何帮助?
答案 0 :(得分:0)
尝试减少ram 528并取消选中gpu
答案 1 :(得分:0)
我也面临同样的问题,pap。当我在模拟器上运行项目时,面对同样的问题,我重新运行项目(没有关闭/重新启动任何东西,比如模拟器,Eclipse或机器)。然后它工作正常。从你的角度尝试这个场景。希望它也适合你。
答案 2 :(得分:0)
我试着做ViramV和Tomazini几次(感谢你的帮助),但对我没有用。所以我从一开始就重新安装了整个eclipse包,因为我找不到任何其他的方法来做它。