안드로이드 개발을 위한 기본 설정
① 프로그램 다운로드
- Android Studio : https://developer.android.com/studio/index.html
- JDK : http://www.oracle.com/technetwork/java/javase/downloads/index.html
- genymotion : https://www.genymotion.com (계정 필요)
● android studio가 상당히 무겁기 때문에 컴퓨터의 성능이 중요함 (기본 메모리가 8기가는 있어야 함)
② 설치
■ JDK 설치
■ Android Studio 설치
■ genymotion 설치 (with VirtualBox)
③ 설정
■ genymotion 설정 (계정 필요)
● 개발을 위한 android 버전과 모델을 선택
● API 버전 : 위 이미지의 경우 API23
■ android studio 설정
● Minimum SDK에서 API23 선택
● Plugins에서 emulator로 사용 할 genymotion 설치
● 로컬에 설치한 genymotion 경로 지정
● Start
'프로그램 > 안드로이드' 카테고리의 다른 글
안드로이드 스튜디오 기능(단축키) (0) | 2016.12.11 |
---|