Q: SDK의 시스템 이미지 (system-images)용량이 너무 큰데, 지우면 안되나요? 저는 에뮬레이터는 거의 안씁니다. 이걸 지우면 개발에 영향을 주나요?
(질문자: Virus)
A: 에뮬레이터 이용자만을 위한 것이고, 지워도 됩니다. 물론 지우면 절대로 에뮬레이터를 이용할 수 없습니다.
(답변자:Hi I'm Frogatto)
(역주: 저는 혹시나 하는 마음에... Android SDK manager에서 "체크해제"를 해서 삭제했습니다. 약 30기가가 줄어들었네요.)
15 2 | There are a lot of system images piling up on my disk in the android sdk folder. i hardly use the emulator. May be once in 6 months. Most of my development is directly on device. What i wanted to check was, will removing the system images (at least for the old APIS i.e. < 22) impact the development? Also, the google apis folder seen below. Should i keep it for all versions or just the one in the latest suffice? | ||||||||||||||||||||
| |||||||||||||||||||||
26 | System images in Android SDK directory contain images of pre-installed Android operating systems, and are only used by emulators. If you use your real Android device for debugging, you no logger need them, you can remove them as well. If you want to know more about those files, keep reading my answer!
As you might already figured out the why, each system images is an installation of a particular Android version as well as a hardware architecture. So we should have multiple system images for different Android versions.
In short, Yes. But after removing them, you are no longer able to use emulators. But you can still use your real Android device without any issues. | ||||||||||||||
|
'StackOverflow ' 카테고리의 다른 글
[Android] 안드로이드 스튜디오에서 jar 파일을 라이브러리로 추가하기 (0) | 2015.12.28 |
---|---|
[C] ??!??! 연산자가 무슨 의미인가요? (0) | 2015.12.26 |
[Eclipse] 이클립스를 클린모드로 실행시키기 (0) | 2015.12.23 |
[C++] 왜 iostream::eof를 반복문(루프)의 조건문에 쓰면 안되죠? (0) | 2015.12.22 |
[GIT] 'git pull' 과 'git fetch'의 차이가 뭐죠? (0) | 2015.12.18 |