[개발 잡담] SDK Manager: failed to install
2011. 12. 6. 16:29ㆍ개발관련기록/개발잡담
반응형
Eclipse 에서 Android SDK를 업데이트 할때 아래와 같은 메세지가 뜨며 더이상 업데이트가 되지 않는다면..
-= Warning ! =-
A folder failed to be renamed or moved. On Windows this typically means that a program is using that folder (for example Windows Explorer or your anti-virus software.)
Please momentarily deactivate your anti-virus software.
Please also close any running programs that may be accessing the directory 'D:\Java\android-sdk\platforms\android-2.1'.
When ready, press YES to try again.
A folder failed to be renamed or moved. On Windows this typically means that a program is using that folder (for example Windows Explorer or your anti-virus software.)
Please momentarily deactivate your anti-virus software.
Please also close any running programs that may be accessing the directory 'D:\Java\android-sdk\platforms\android-2.1'.
When ready, press YES to try again.
위에 나온것 처럼 바이러스백신 프로그램 같은 문제가 아니라 이클립스에서 실행이 되었고 이클리스가 이미 해당 adb 를 물고 있어서 업데이트가 되지 않는 것이다.
해결방법은
간단하게 eclipse 를 종료하고 android-sdk 폴더에서 SDK Setup.exe 를 실행해 주면 된다.
내 컴퓨터 같은 경우는 D:\Java\android-sdk 에 있다.
실행하면 Eclipse 에서 실행되었던것과 동일한 인스톨/업데이트 화면이 뜨고 진행이 된다..
-- 끝
반응형
'개발관련기록 > 개발잡담' 카테고리의 다른 글
web.xml 이 생성이 안된다?? (0) | 2012.08.23 |
---|---|
[개발잡담] 난 너무나도 알고 싶은게 많다. (0) | 2012.07.09 |
[JSP] 오류 : Grid can not be used in this ('quirks') mode! (0) | 2012.06.29 |
2012.06.01_개발일기 (0) | 2012.06.01 |
[개발잡담] 자신의 컴퓨터가 32 bit 인지 64 bit 인지 판별 방법 (0) | 2011.12.06 |