- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Link
- 재능이의 돈버는 일기
- StresslessLife
- K_JIN2SM
- 소소한 일상
- My Life Style & Memory a Box
- Blog's generation
- 공감 스토리
- 취객의 프로그래밍 연구실
- Love Me
- Dream Archive
- 세상에 발자취를 남기다 by kongmingu
- hanglesoul
- 카마의 IT 초행길
- 느리게.
- 미친듯이 즐겨보자..
- Joo studio
- Gonna be insane
- 악 다 날아갔어!! 갇대밋! 왓더...
- xopowo05
- 맑은공기희망운동
- 엔지니어 독립운동
- 혁준 블로그
- Simple in Complex with Simple
- 무의식이 의식을 지배한다
드럼치는 프로그래머
[Eclipse] SDK Manager: failed to install 본문
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 에서 실행되었던것과 동일한 인스톨/업데이트 화면이 뜨고 진행이 된다..
'★─IT Brain > ☆─Eclipse' 카테고리의 다른 글
[이클립스] Remove @Override annotation (0) | 2017.05.24 |
---|---|
[Eclipse] 이클립스 속도 향상 (eclipse.ini 수정) (0) | 2013.03.29 |
[Eclipse] eclipse에서 Failed to create the Java Virtual Machine error 해결 방법 (0) | 2013.03.19 |
[Eclipse] failed to create the java virtual machine (0) | 2011.11.03 |
[Eclipse] Failed to create the Java Virtual Machine 에러 해결방법 (0) | 2011.05.06 |
Comments