[Android] Android Studio Auto Import
프로그래밍/Android 프로그래밍2018. 10. 22. 14:22
이클립스 사용할 때 Ctrl+Shift+O를 애용했는데 안드로이드 스튜디오는 매번 Alt+Enter 눌러줘야 되서 불편하다.
Auto Import 기능을 사용하면 편리해 진다.
File-settings-Editor-General-Auto Import
Ask를 All로 변경.
Add unambiguous ... 체크
Optimize ... 체크
'프로그래밍 > Android 프로그래밍' 카테고리의 다른 글
[Android] Kotlin으로 Volley NetworkImageView 사용시 cache.get(url) must not be null 에러 해결 방법 (0) | 2019.02.16 |
---|---|
[Android] class R 에러 (0) | 2018.12.28 |
[Android] Android getResources().getDrawable(R.drawable.img) deprecated (0) | 2017.05.13 |
[Android] MIDI 프로그래밍 (API 23) (0) | 2016.01.02 |
[Android] HttpClient 에러 해결 방법 (0) | 2015.12.01 |