[ 1. 안드로이드 스튜디오 설치하기 ]
=== [ 1단계 파일 다운로드 ] ============================================================================
1. Explorer에서 안드로이드 스튜디오 다운로드
- URL : https://developer.android.com/studio/index.html
- 그런데, 난 Explorer 11 인데 안드로이드 스튜디오가 다운로드가 안됨
아~~ 아무리 클릭해도 반응이 없음.
- 그래서 난, Chrome을 설치해서 다운로드 수행
![](https://t1.daumcdn.net/cfile/tistory/25219C50588215AF25)
2. Chrome 다운로드
- URL : https://www.google.com/chrome/browser/desktop/index.html
![](https://t1.daumcdn.net/cfile/tistory/21171350588215AF2D)
3. Chrome에서 안드로이드 스튜디오 다운로드
- URL : https://www.google.com/chrome/browser/desktop/index.html
- 안드로이드 스튜디오 는 32bit,64bit 설치 파일이 별도로 존재하지 않고 하나로 되어 있다.
차후 설치 완료 후 [D:\android\studio\bin] 폴더에 가보면 아래 2개의 파일이 존재.
. studio.exe : 32bit 버전
. studio64.exe : 64bit 버전
- 개인PC 및 jdk bit와 맞추어서실행하면 됨
![](https://t1.daumcdn.net/cfile/tistory/262D9250588215AF1C)
=== [ 2단계 설치 시작 ] ============================================================================
1. 안드로이드 설치 파일 실행
- 파일명 : android-studio-bundle-145.3537739-windows.exe
![](https://t1.daumcdn.net/cfile/tistory/2725CA4F5882172E22)
2. [Next]버튼 클릭
![](https://t1.daumcdn.net/cfile/tistory/230A044D588217F70B)
3. 설치옵션 - [v]Android SDK
[v]Android Virtual Devie
- 기본으로 둘다 체크. (AVD는 PC와 스마트폰을 연결해서 개발한다면 필요 없음)
![](https://t1.daumcdn.net/cfile/tistory/240F124D588217F708)
4. License 는 [I Agree] 버튼 클릭
- 무료겠지 ^^
![](https://t1.daumcdn.net/cfile/tistory/2168664D588217F729)
5. 설치파일 위치 > [Next]버튼
- Android Studio 설치 위치 : ㅇ:\android\studio
프로젝트등이 같이 존재하도록 d Drive에 위치
차후 window가 format되도 계속 유지용
- sdk설치 위치 : c:\Users\kyh\AppData\Local\Android\sdk
차후 window가 format되면 살아짐
![](https://t1.daumcdn.net/cfile/tistory/241A084B588221FE0E)
6. Menu Folder 명 > [Install]버튼
- Android Studio
![](https://t1.daumcdn.net/cfile/tistory/23740C4D588217F81E)
7. 설치 시작
![](https://t1.daumcdn.net/cfile/tistory/2364524D588217F82C)
8. 설치 완료 > [Next]버튼
![](https://t1.daumcdn.net/cfile/tistory/2327584758821AFA28)
=== [ 3단계 기초 환경 설정 ] ============================================================================
1. Setup 시작
![](https://t1.daumcdn.net/cfile/tistory/2434D14758821AFA1B)
2. 이전에 설치된 버전이 존재 시 설정을 가져올 것인지를 묻는 부분.
- 있으면 위쪽(o) I want to import ...
- 없으면 아래쪽(o) I do not have
![](https://t1.daumcdn.net/cfile/tistory/2532ED4758821AFB1E)
3. 설치 기본 설명
![](https://t1.daumcdn.net/cfile/tistory/214CC84758821AFB07)
4. Install Type
- (o) Standard : 난 표준이 좋아.
![](https://t1.daumcdn.net/cfile/tistory/213D674758821AFB16)
5. 설치 경로, SDK download 목록 확인
![](https://t1.daumcdn.net/cfile/tistory/21427C4758821AFC12)
6. download시작
- 이때 PC성능에 따라서 약 30~1시간 소요 (PC가 죽은게 아님)
- 거의 SDK 초기 용량 이 약 4.6G
![](https://t1.daumcdn.net/cfile/tistory/2252FD4758821AFC01)
7. Download 완료 후 첫 Android 대망에 Start
- [Start a new Android Studio project] 클릭
- 설치 완료. 안드로이드 스튜디오 개발시작은 다음에...
![](https://t1.daumcdn.net/cfile/tistory/2258EC4E588220FD05)