2013-05-02 4 views
0

며칠 후에 Android 안드로이드 에뮬레이터가 평평하게 종료되었습니다. 나는 여기 저기에 작동하지 않는 것에 대해 약간의 이슈를 겪었으며 이것은 최근의 것이다.에뮬레이터를 시작하려고 시도 할 때 매우 이상한 android 오류가 발생했습니다.

[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 가 나는 또한 문제가 있었다 :

여기 enter image description here

일식 콘솔에서 오류 보고서입니다 : 안드로이드 에뮬레이터는이 화면 오류 즉시 충돌, 시작 에뮬레이터가 실행을 시도하는 응용 프로그램을 시작,로드 또는 삭제하지 않는 방법에 대한 지난 몇 시간 동안. 고급 사용자를 도와 주신 모든 분들께 감사드립니다.

답변

0

에뮬레이터를 실행하기에 충분한 여유 메모리가없는 것 같습니다. 메모리가 덜 필요한 다른 에뮬레이터를 만들어보십시오.

+0

이 작업을 수행하는 동안 나는 많은 응용 프로그램을 사용하고 있었지만 그 응용 프로그램을 많이 사용하지는 않는다고 생각합니다. 어쨌든 이제는 안드로이드에서 애플리케이션을 테스트 할 것입니다. 최종 제품이 어떻게 보이는지 더 쉽게 알 수 있습니다. – user2085100

관련 문제