이클립스 실행중 다음 상태에서 로딩이 멈추었다."eclipse loading org.eclipse.mylyn.tasks.ui" 해결 방법은 workspace 경로를 지정해 줄 때 기존 경로가 아닌 새로운 경로 지정을 선택하면 숨김 파일도 표시가 된다.다음경로를 따라가 파일을 지워주면 된다.workspace/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi 맥일 경우 숨김파일 표시를 설정하기 위해서는 '터미널' 실행 후 defaults write com.apple.finder AppleShowAllFiles -bool true killall Finder
Eclipse에서 Svn 설정이후 다음과 같은 에러 발생.The project was not built due to Unable to load default SVN Client. Fix the problem, then try refreshing this project and building it since it may be inconsistent http://svnkit.com/download.php위 경로에서 원하는 스타일로 다운로드 하여도 되고,Eclipse > Help > Install New Software... > http://eclipse.svnkit.com/1.8.x 입력 후 설치해도 된다.
MD5를 가져오기 위해서.1. 터미널 실행 (명령어 입력)2. cd .android3. keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android -v 4. https://code.google.com/apis/console/ 로그인 접속하여 "Services" tab에서 "Google Maps Android API v2" 항목 "on" 5. 키 생성 완료.
Type error: No resource identifier found for attribute 'layout_marginbottom' in package 'android'=> 오타로 인한 오류 layout_marginbottom -> layout_marginBottom 으로 수정 error: Error parsing XML: unbound prefix=>xml구조 오류 오타 있는지 잘 확인해 볼 것. The type GoogleMapActivity must implement the inherited abstract method MapActivity.isRouteDisplayed()=> 에러가 발생한 빨간 물결 표시가 되있는곳에 커서를 옴길경우 하단에 노란색 메시지가 표시되며, "Add unimplem..