【发布时间】:2011-07-28 08:13:54
【问题描述】:
我在运行我的第一个 Android 应用时遇到了问题。昨天,我差一点就跑了,但是当我遇到这个错误时,我的幸福就破灭了:
emulator-arm.exe has stopped working
我该怎么办?我想运行这个“Hello World”
我的控制台显示:
[2011-07-28 10:46:52 - HelloAndroid] Android Launch!
[2011-07-28 10:46:52 - HelloAndroid] adb is running normally.
[2011-07-28 10:46:52 - HelloAndroid] Performing com.bestvalue.hello.HelloAndroid activity launch
[2011-07-28 10:46:52 - HelloAndroid] Automatic Target Mode: Preferred AVD 'my_avd' is not available. Launching new emulator.
[2011-07-28 10:46:52 - HelloAndroid] Launching a new emulator with Virtual Device 'my_avd'
[2011-07-28 10:47:13 - Emulator] emulator: emulator window was out of view and was recentred
[2011-07-28 10:47:13 - Emulator]
[2011-07-28 10:47:14 - HelloAndroid] New emulator found: emulator-5554
[2011-07-28 10:47:14 - HelloAndroid] Waiting for HOME ('android.process.acore') to be launched...
[2011-07-28 10:47:28 - HelloAndroid] emulator-5554 disconnected! Cancelling 'com.bestvalue.hello.HelloAndroid activity launch'!
【问题讨论】:
-
使用了电脑健康/注册表清洁器;没有任何改变
-
所以你安装了sdk,只是创建了一个新项目,它没有运行......你有没有尝试创建一个不同大小的新模拟器?
-
尝试为您的模拟设备分配不同(很可能更低)数量的 RAM。在 Eclipse: Window/AVD Manager 然后选择您的设备,然后编辑现在在硬件中设置设备内存大小。你想要尽可能多,所以它会工作得更快。 1Gb 很好,但可能会导致该错误。
标签: android mobile android-emulator