Skip to content

Instantly share code, notes, and snippets.

@namkyu
Last active August 3, 2021 08:14
Show Gist options
  • Save namkyu/263df56a86213163aa0a27f04050cd88 to your computer and use it in GitHub Desktop.
Save namkyu/263df56a86213163aa0a27f04050cd88 to your computer and use it in GitHub Desktop.
android #android

코틀린 안드로이드 개발환경 설정

> 안드로이드 스튜디오 설치 (version : 3.1.2)
> 안드로이드 스튜디오 시작 하면 Setup Wizard에서 SDK 설치 가능 하다.
> Start a new Android Studio project
  - Include Kotlin support 체크
> kotlin 플러그인 설치 (안드로이드 스튜디오 3버전 이후부터는 kotlin 기본 탑재)
> 새 프로젝트
> Include Kotlin support 체크
> IDE 상단의 Run 실행
> AVD 설정 후 에뮬레이터 구동됨
> 프로그램 수정 후 다시 Run 하면 적용된 Application이 에뮬레이터에 적용된다. (에뮬은 한번만 구동하면 된다는 의미)

오류 참고

Emulator: glClear:466 GL err 0x502
https://stackoverflow.com/questions/48061593/emulator-glclear466-gl-err-0x502
1. Android Virtual Device (AVD)
2. Emulated Performance의 Graphics를 Software - GLES 2.0으로 변경
3. RAM 용량을 2GB로 설정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment