ivory

Program/Android  2015.08.05 14:50
 


안드로이드 애뮬레이터에 앱을 설치하려고 하는데, 아래와 같은 에러 메시지가 나오면서 설치가 안되는 경우가 있습니다.

 

Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE 


Eclipse에서 상단 메뉴 중 Run > Debug Configuration  

창이 뜸녀  Taget탭을 선택


Additional Emulator Command Line Options에서 다음 항목을 입력합니다.

 


 -partition-size 1024 

 

I was searching for the answer to this question, and was unsatisfied with the above answers. But then I found the answer, so here it is for future reference:

To summarize (and clarify), in Eclipse, go to "Debug Configurations". You can find that in the drop-down under the "debug" icon. Select "target", and select a preferred emulator target to launch. Then under "additional emulator command line options," add this:


 

간단하지요^^