티스토리 뷰

Eclipse에서 Android SDK and AVD Manager로

업데이트/인스톨 할때

 

A folder failed to be renamed or moved. On Windows this typically means that
a program is using that folder (for example Windows Explorer.) Please close all running programs that may be locking the directory

 

이런 error 발생시 해결방법

 

방법 1을 해본 후 안되면 방법 2 실행

 

방법 1> Eclipse을 닫고

            sdk folder/tools/Android.bat 실행 후 install

 

방법 2> 위의 방법 1이 안됐을 경우 (Eclipse는 역시 닫고)

            sdk folder/tools/ 폴더를 임의에 폴더로 복사 sdk folder/tools_tmp/

            tools_tmp/에서 Android.bat실행

            update/install 완료 후 tools 폴더를 삭제, tools_tmp -> tools로 변경

* tools 폴더 삭제가 안될시에는 adb.exe 프로세스 죽이세요. 


[출처] http://www.devpia.com/Maeul/Contents/Detail.aspx?BoardID=7458&MAEULNo=911&no=55119

댓글