JJ's blog

Refreshing external folders 본문

Technology/Android

Refreshing external folders

Jayden_Ji 2016. 5. 25. 16:56

*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?

http://stackoverflow.com/questions/2038905/why-does-android-eclipse-constantly-refresh-external-folders-and-take-forver/9699242#9699242


How to avoid “Refreshing external Folders” in Android development in Eclipse

http://stackoverflow.com/questions/8309203/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

Comments