IT/안드로이드
안드로이드 스튜디오 Auto Import
나무정원
2019. 11. 14. 18:04
ㅇ 경로 : Android Studio > Preferences > Editor > General > Auto import
Add unambiguous imports on the fly
>> 모호하지 않은 import 문을 즉시 추가
Optimize imports on the fly (for current project)
>> 불필요한 import문을 제거하여 자동으로 최적화
중복되는 이름의 클래스가 있을경우, 어느것을 import 해야하는지 모름. 그럴경우 Alt+Enter로 import할 패키지 선택