관리 메뉴

드럼치는 프로그래머

[Eclipse] SDK Manager: failed to install 본문

★─IT Brain/☆─Eclipse

[Eclipse] SDK Manager: failed to install

드럼치는한동이 2013. 5. 9. 14:31

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.

 


위에 나온것 처럼 바이러스백신 프로그램 같은 문제가 아니라 이클립스에서 실행이 되었고 이클리스가 이미 해당 adb 를 물고 있어서 업데이트가 되지 않는 것이다.

해결방법은
간단하게 eclipse 를 종료하고 android-sdk 폴더에서 SDK Setup.exe 를 실행해 주면 된다.


내 컴퓨터 같은 경우는 D:\Java\android-sdk 에 있다.

 


실행하면 Eclipse 에서 실행되었던것과 동일한 인스톨/업데이트 화면이 뜨고 진행이 된다..


 

[출처] http://mboy.tistory.com/154

Comments