2013-05-02 72 views
0

几天后,我的Android模拟器死机了。我在这里和那里都遇到了一些问题,它不起作用,这是最近的一个。 Android模拟器启动,然后用此屏幕错误立即崩溃:尝试启动模拟器时出现非常奇怪的android错误

enter image description here

这里是从Eclipse控制台错误报告:

[2013-05-02 16:55:37 - AndroidTutorials] ------------------------------ 
[2013-05-02 16:55:37 - AndroidTutorials] Android Launch! 
[2013-05-02 16:55:37 - AndroidTutorials] adb is running normally. 
[2013-05-02 16:55:37 - AndroidTutorials] Performing com.example.androidtutorials.Splash activity launch 
[2013-05-02 16:55:38 - AndroidTutorials] Automatic Target Mode: launching new emulator with compatible AVD 'nexus7' 
[2013-05-02 16:55:38 - AndroidTutorials] Launching a new emulator with Virtual Device 'nexus7' 
[2013-05-02 16:55:39 - Emulator] emulator: WARNING: Requested RAM size of 2048MB is too large for your environment, and is reduced to 1152MB. 
[2013-05-02 16:55:40 - AndroidTutorials] New emulator found: emulator-5554 
[2013-05-02 16:55:40 - AndroidTutorials] Waiting for HOME ('android.process.acore') to be launched... 
[2013-05-02 16:55:40 - Emulator] savevm: unable to load section cpu 
[2013-05-02 16:55:40 - Emulator] qemu: hardware error: smc91c111_read: Bad reg 0:c 
[2013-05-02 16:55:40 - Emulator] 
[2013-05-02 16:55:40 - Emulator] CPU #0: 
[2013-05-02 16:55:40 - Emulator] pc=0x801bbf24 HI=0x000e495a LO=0xc31b7e34 ds 0090 801bbe80 0 
[2013-05-02 16:55:40 - Emulator] GPR00: r0 00000000 at 00000000 v0 bf013000 v1 00000010 
[2013-05-02 16:55:40 - Emulator] GPR04: a0 00000001 a1 0000000c a2 bf01300c a3 00000000 
[2013-05-02 16:55:40 - Emulator] GPR08: t0 0000000c t1 02351200 t2 12005452 t3 00085634 
[2013-05-02 16:55:40 - Emulator] GPR12: t4 00000000 t5 00000000 t6 00000019 t7 00000000 
[2013-05-02 16:55:40 - Emulator] GPR16: s0 9e86e000 s1 9e839b00 s2 9ea28280 s3 9e86e000 
[2013-05-02 16:55:40 - Emulator] GPR20: s4 ffffffff s5 00000014 s6 80357da4 s7 80360000 
[2013-05-02 16:55:40 - Emulator] GPR24: t8 00000000 t9 801bbe80 k0 7f9ca7b0 k1 9dcc3fe0 
[2013-05-02 16:55:40 - Emulator] GPR28: gp 9dcc2000 sp 9dcc3d10 s8 00157baa ra 8021c4f0 
[2013-05-02 16:55:40 - Emulator] CP0 Status 0x10008c01 Cause 0x10800000 EPC 0x2aab2d7c 
[2013-05-02 16:55:40 - Emulator]  Config0 0x80000482 Config1 0x9e190c8b LLAddr 0xffffffff 
[2013-05-02 16:55:40 - Emulator] 
[2013-05-02 16:55:40 - Emulator] This application has requested the Runtime to terminate it in an unusual way. 
[2013-05-02 16:55:40 - Emulator] Please contact the application's support team for more information. 
[2013-05-02 17:03:38 - AndroidTutorials] emulator-5554 disconnected! Cancelling 'com.example.androidtutorials.Splash activity launch'! 

http://pastebin.com/Y4RhyPcw 我也有问题在过去的几个小时内,模拟器甚至不会启动,加载或将删除我尝试运行的应用程序。感谢大家谁可以在先进的帮助。

回答

0

看起来你没有足够的可用内存来运行模拟器。 尝试创建需要较少内存的另一个模拟器。

+0

我这样做的时候一直在使用很多应用程序,但我不认为它有太多的事情要做。任何方式我现在只需要在我的android上测试应用程序,这似乎更容易,并且提供了有关最终产品外观的更多信息。 – user2085100 2013-05-03 20:02:35

相关问题