2010. 9. 18. 12:05

Android SDK update failed / A folder failed to be renamed or moved

실패문구

-= 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



참고 주소
http://mboy.tistory.com/154

해결방법

1. 이클립스와  adb프로세스를 죽인다.

2. 안드로이드 SDK 폴더를 들어가  SDK Manager를 실행한다음 업데이트 하면 끝.
2010. 5. 10. 15:20

안드로이드 에뮬레이터 시작오류


이클립스에서 에뮬레이터 시작 오류중에 하나가

윈도우 계정이 한글로 되있어서 시작이 안되는 경우가 있다.

해결 방법은

시작 -> 실행 -> cmd

android-sdk-window 폴더 이동 후 tools 이동 후( 팁!  도스에서 and치고 탭키 누르면 폴더 이름 자동으로 입력됨)

ex) d:\android-sdk-windows\tools>

android list avd <<-- avd 생성 확인

중간에 한글 계정이 들어있는것을 확인할수 있다.

변경방법은

android move avd -n Test -p c:\android_avd\Test

-n 원본이고 -p고 저장될 폴더 경로이다.

확장자는 안써도 됩니다.