안드로이드 스튜디오 초기 세팅 기록

초기설정

  • Configure - SDK Manager - Android SDK 하단 Show Package Details 체크
  • Configure - SDK Manager - Android SDK - SDK Tools
    • Support Repository 전체선택
    • Google Play services
    • Google USB Driver
    • Google Web Driver
    • Android Emulator
  • Preferences(Settings) - Editor - General - Auto Import 아래 두 항목 체크 : 클래스 자동 임포트
    • Add unambiguous imports on the fly
    • Optimize imports on the fly (for current project)
  • Activity 영역
    • 눈 모양 - Show All Constraints, Show Margins
    • 자석 모양 - 활성

추가설정

  • 디펜던시 추가
    • File - Project Structure - Dependencies ‘+’ 버튼 클릭 후 서치 (ex: design)

오류대응

  • Cause: unable to find valid certification path to requested target
    • 에뮬레이터 실행하다 발생한 문제였는데 의외로 SSL 네트워크 관련 문제