我在运行第一个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'!
最佳答案
更改设备的分辨率,它应该可以工作。当分辨率为1280X800时,它对我不起作用。我将其更改为800X600,并且工作正常。
关于android - 错误消息: emulator-arm. exe已停止工作,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6855877/