본문 바로가기

:::::: STUDY ::::::/Android

Failed to allocate memory: 8

emulator : Failed to allocate memory: 8


에뮬을 돌릴 때, 메모리 문제로 이런 에러를 가끔 보게 되는데...

인터넷 검색해서 알아낸 최고의 해결법은.


C:\<User>\Admin\.android\avd\<avd name>에 있는 

config.ini에서 

hw.ramSize=xxxx 이부분을 


hw.ramSize=xxxxMB 로 해주면 됨.


난 이걸로 해결~!!!

':::::: STUDY :::::: > Android' 카테고리의 다른 글

[Android] Handler에서 lint warning 제거  (0) 2014.02.12
Full screen에 투명 activity로 Style 바꾸기  (0) 2013.12.04
Bitmap & BitmapDrawable  (0) 2013.09.12
화면 크기 구하기  (0) 2013.09.11
AppWidget 관련  (0) 2013.08.01