CODEDRAGON ㆍDevelopment/Android
Android Studio >>> Tools >>> Android >>> SDK Manager
API 19버전의 항목 체크 후 우측 하단의 Install x packages..버튼 클릭
(모든 항목 체크해도 됨)
Accept License 체크 >>> Install
설치 중...
설치 완료
Android SDK 버전 다운로드 TIP
개발 지원할 하위 버전이 정해 지면 해당 버전이상의 API는 모두 다운받습니다.
만약, Wearable쪽도 개발을 한다면 Android 4.4W.2(API 20)도 체크후 다운로드 받으시기 바랍니다.
Android SDK 저장 경로 방법 1
프로젝트명 >>> gradle >>> local.properties
## This file is automatically generated by Android Studio. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! # # This file should *NOT* be checked into Version Control Systems, # as it contains information specific to your local configuration. # # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. sdk.dir=C\:\\javanAndroid\\Android\\sdk |
Android SDK 저장 경로 방법 2
Adroid View에서 app 선택 >>> 마우스 우클릭 >>> Open Module Settings
왼쪽 메뉴에서 SDK Location 선택
'Development > Android' 카테고리의 다른 글
HAXM - 앱 에뮬레이터 가속기 설치 (0) | 2015.03.03 |
---|---|
Android Studio - JDK 경로 확인하기 (0) | 2015.03.03 |
Error-This AVD's configuration is missing a kernel file!! (Android Studio) (0) | 2015.03.01 |
Android Studio Update - 1.1.0 (0) | 2015.03.01 |
연결된 디바이스 확인하기 (0) | 2015.03.01 |