'안드로이드'에 해당되는 글 2건
- 2010.09.18 Android SDK update failed / A folder failed to be renamed or moved
- 2010.05.10 안드로이드 에뮬레이터 시작오류
2010. 9. 18. 12:05
Android SDK update failed / A folder failed to be renamed or moved
2010. 9. 18. 12:05 in -=-= 컴퓨터 =-=-/안드로이드
실패문구
-= 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를 실행한다음 업데이트 하면 끝.
-= 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를 실행한다음 업데이트 하면 끝.
'-=-= 컴퓨터 =-=- > 안드로이드' 카테고리의 다른 글
안드로이드 개발 환경설정 (0) | 2012.04.14 |
---|---|
안드로이드 adhoc 기능 추가 (0) | 2011.10.17 |
Android Debug.keystore 없을경우 (0) | 2010.07.13 |
안드로이드 구글 맵 API Key 얻기 (0) | 2010.05.19 |
안드로이드 센서 시뮬레이터 사용법 (0) | 2010.05.17 |
2010. 5. 10. 15:20
안드로이드 에뮬레이터 시작오류
2010. 5. 10. 15:20 in -=-= 컴퓨터 =-=-/안드로이드
이클립스에서 에뮬레이터 시작 오류중에 하나가
윈도우 계정이 한글로 되있어서 시작이 안되는 경우가 있다.
해결 방법은
시작 -> 실행 -> 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고 저장될 폴더 경로이다.
확장자는 안써도 됩니다.
'-=-= 컴퓨터 =-=- > 안드로이드' 카테고리의 다른 글
안드로이드 adhoc 기능 추가 (0) | 2011.10.17 |
---|---|
Android SDK update failed / A folder failed to be renamed or moved (0) | 2010.09.18 |
Android Debug.keystore 없을경우 (0) | 2010.07.13 |
안드로이드 구글 맵 API Key 얻기 (0) | 2010.05.19 |
안드로이드 센서 시뮬레이터 사용법 (0) | 2010.05.17 |