일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- OSDLock-loosening
- 직무 역량
- 안드로이드
- mainthread
- 실업급여온라인교육정답
- LGFlatron
- 에러
- 가성비프로젝터
- 무음 설정
- 여행
- 인터넷우회
- Android
- SBS100
- ClubMed
- W2453V
- error
- PJM-F3000
- OSD잠금
- linux
- 실업급여동영상퀴즈
- 리눅스
- git setup
- 머시멜로
- 기본 알람
- Eclipse
- LGFlatronOSD잠금해제
- 눈꽃 사진
- askii
- OSD잠금해제
- 실업급여 신청 방법
- Today
- Total
JJ's blog
Refreshing external folders 본문
*Eclipse관련 Error가 하단에 계속 추가될 예정
안드로이드 프로젝트 Run시 “Refreshing external folders” 라는 Progress가 진행되어 속도가 굉장히 느려지거나 에러가 난다.
이클립스 프로젝트 폴더를 "Navigator"로 보거나 탐색기로 볼 때 .classpath 라는 파일을 수정하여 간단히 해결할 수 있다.
출처 : http://galabov.com/index.php/blog/eclipse-slow-responding-while-refreshing-external-folders/
Eclipse slow responding while refreshing external folders.
For some time i'm observing a very slow eclipse responding on every single SVN-Update. A simple check out takes approximately 10 minutes. It seems that eclipse ist refreshing a specific directory.
.metadata\.plugins\org.eclipse.jdt.core\.org.eclipse.jdt.co re.external.folders\.link0
Under the path above there was not such a file or directory called .link0. The only file i have found there was a simple xml called .project. A shorter look inside of it, i found the reason, why eclipse is taking so long to refresh this folder. In my eclipse environment, I'm referencing the sources of many jars included in the projects. In this .project file every single source library/archive was listed and i think eclipse is refreshing those sources on every SVN-Update. Removing those source references from the classapth solves the problem for me.
- 추가
Why does Android Eclipse constantly refresh external folders and take forver?
How to avoid “Refreshing external Folders” in Android development in Eclipse
Android Conversion to Dalvik format failed with error 2
Libary가 중복되거나 문제를 일으키는 경우.
해당 프로젝트 선택 후 Java Build Path에서 중복된 라이브러리를 지워 주거나, 재설정 후 Clean, Build.
Eclipse 빌드시 apk 파일 생성되지 않은 현상
http://goo.gl/O29bQU
'Technology > Android' 카테고리의 다른 글
[Android] EditText 글자 길이 제한 (0) | 2016.09.20 |
---|---|
Android, Handler, Thread, Looper, Message (0) | 2016.05.30 |
Configuring Android Studio: IDE & VM Options, JDK, etc (0) | 2016.05.24 |
[Android Studio] Windows 사용자 환경 (계정 정보) 레지스트리 저장 경로) (0) | 2016.05.23 |
Garbage Collection in Android (0) | 2016.05.19 |