woong's
Failed to allocate memory 본문
항상 스마트폰 디바이스로 어플이케이션을 실행하다가 오랜만에 test 로 인해 에뮬레이터를 사용하려니 이와 같은
에러 메세지를 만났습니다.
[2014-01-08 09:30:19 - Emulator] Failed to allocate memory: 8
[2014-01-08 09:30:19 - Emulator]
[2014-01-08 09:30:19 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2014-01-08 09:30:19 - Emulator] Please contact the application's support team for more information.
메모리 부족으로 인한 경우에 나타나는 메세지 입니다.
이와 같은 메세지가 나올경우에
C:\Users\admin\.android\avd\android.avd 해당 경로의 config.ini 파일을 오픈 합니다 .
ramSize 가 낮은 경우나 뒤쪽으로 MB 가 붙어있지 않은 경우가 있습니다.
저또한 MB 가 없어 추가해주어 오류를 해결했습니다 .
|
'Develop > Android' 카테고리의 다른 글
Android Parcel 에러 (0) | 2016.02.13 |
---|---|
Failed to create the Java Virtual Machine 에러 (0) | 2016.02.13 |
Android Wear emulator 구성 및 실행 하기(4) (0) | 2016.02.13 |
Android Wear 프로젝트 구조 파악 하기(3) (0) | 2016.02.13 |
Android Wear 프로젝트 생성 하기(2) (0) | 2016.02.13 |
Comments