eclipse에서 .git directories 제외하기
http://blog.chmouel.com/2010/06/17/exclude-git-or-svn-directories-in-eclipse-helios/
eclipse에서 .git directories 제외하기
http://blog.chmouel.com/2010/06/17/exclude-git-or-svn-directories-in-eclipse-helios/
android:debuggable="true"
다른 경우 해결책
debugging 안되고, library project에 apk를 찾을 수 없다고 경고가 출력됐다.
http://stackoverflow.com/questions/4778113/android-eclipse-could-not-find-apk
http://www.winksaville.com/blog/android/android-eclipse-could-not-find-xxxxapk/
the solution appears to be to remove the project and import it again.
내 경우에는 eclipse를 껐다 켰더니, 잘 작동했다 -0-.
$ git submodule update
error: Your local changes to the following files would be overwritten by checkout:
.classpath
Please, commit your changes or stash them before you can switch branches.
Aborting
Unable to checkout '....' in submodule path 'ext/....'
$ git submodule update --force
Submodule path 'ext/....': checked out '....'