안드로이드 개발시 이클립스 옵션 설정
General - Workspace : Text file encoding - UTF-8
General - Editors - Text Editors - Spelling - Enable Spell checking 옵션해제
Java - Code Style - Organize Import : Number of imports needed for .* : "1"로 변경
Java - Compiler - Errors / Warnings : Unnecessary code 모두 Ignore
Android / DDMS - ADB connection time out(ms) 5000 -> 30000
출처 : 안드로이드 프로그래밍 정복 1권의 옵션설정에서...