Dev::Android

Android Emulator Error

bluemong 2013. 2. 5. 16:11
반응형

Starting emulator for AVD 'AVD_for_Galaxy_Nexus_by_Google_4.1.2'

emulator: ERROR: Could not load OpenGLES emulation library: Could not load DLL!

emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.

Failed to allocate memory: 8

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.



1. emulator: ERROR: Could not load OpenGLES emulation library: Could not load DLL!

\Android\sdk\tools\lib 아래의 4개의 dll을 emulator.exe가 위치하고 있는 path \Android\sdk\tools 로 복사
(dll path인식 문제이니까, 아마도 \Android\sdk\tools\lib 을 고급 시스템 설정 > 환경변수 > Path에 추가 해도 될 것 같다.)

libEGL_translator.dll
libGLES_CM_translator.dll
libGLES_V2_translator.dll
libOpenglRender.dll


2. Failed to allocate memory: 8

RAM 크기를 1024가 아닌 512나 256으로 변경



'Dev::Android' 카테고리의 다른 글

Activity 전환  (0) 2013.09.27
Vibrator.vibrate  (0) 2013.08.08
Android font italic textstyle  (0) 2013.07.29
Android 삼성 갤럭시에서 바로 실행  (0) 2013.02.05
Android Virtual Device Manager Shortcut  (0) 2013.02.05