[android] INSTALL_FAILED_INSUFFICIENT_STORAGE
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:
간단하지요^^
'컴퓨터팁' 카테고리의 다른 글
[MSSQL]Connection Linked/링크드 서버 연결 (0) | 2019.07.04 |
---|---|
[Android] INSTALL_FAILED_CONTAINER_ERROR 오류/Phone And emu/Installation error: INSTALL_FAILED_CONTAINER_ERROR (0) | 2019.07.04 |
[android] Failed to upload apk on device 'emulator-5554' 오류 (0) | 2019.07.04 |
script 숫자만 입력하게 하는 방법 (0) | 2019.07.04 |
눌러진 키보드의 값을 알고자 할 때 (0) | 2019.07.04 |