<Android studio installing tips and things to aware>
1. 컴퓨터 최소 사양
2. 설치할 것
l 유의사항: 운영체제의 계정명이 한글이면 안드로이드 스튜디오 설치 불가능
1) 안드로이드 스튜디오
Android Studio (http://developer.android.com/)
2) open jdk
(1) JDK (http://www.oracle.com/technetwork/java/ )
또는 OpenJDK((https://openjdk.java.net ) 설치
(2) 시스템 고급설정에서 path에 경로 추가 – 예) c:\java\jdk\bin
JAVA_HOME 변수 생성 및 경로 추가 – 예) c:\java\jdk
(3) JDK 설치후 안드로이드 스튜디오의 JDK 변경
3. 안드로이드 스튜디오 환경설정
1) configure 클릭
2) Editor > General > Auto import >
- Add unambiguous imports on the fly 선택( 자동 패키지 임포트)
- Optimize imports on the fly(for current project) 선택 (자동 임포트 패키지 정리)
3) Editor > File Encodings
- Global Encoding: UTF-8
- Project Encoding: UTF-8
- Default encoding for properties file: UTF-8
'sw > Android_develop' 카테고리의 다른 글
What is an APK file? and how does it works?? (0) | 2021.07.05 |
---|---|
Process Multi Apk ApplicationManifest 타입 오류 해결하기 (0) | 2021.07.05 |