상세 컨텐츠

본문 제목

이클립스 옵션 설정

운영체제 (OS)/Android

by Hoyoo 2013. 11. 12. 22:50

본문

<<Preference>>

 

UTF-8 : General > Workspace : Text file encoding => Other/UTF-8

 

주석 맞춤법 검사기능 해제 : General > Editors > Text Editors > Spelling > Enable spell checking 해제

 

import문을 정리해주는 기능 해제(편리하나 소스가 너무 길어진다)

:Java > Code Style > Organize Import 페이지의 Number of imports needed for. * 옵션을 "1" 로 한다.

 

경고 메세지 : Java > Compiler > Error > Waring > Unnecessary code 옵션을 "lgnore"로 설정

 

에뮬레이터에 재 컴파일된 프로그램을 다시 설치 할때 타임아웃 설정(기존 5초는 넘 짧다)

: Android > DDMS 페이지에서 ADB connection time out(ms) 30초(30000) 정도로 충분히 늘려 준다. 

 


관련글 더보기

댓글 영역