[환경세팅] 13. Android Studio 설치

백하림's avatar
May 19, 2025
[환경세팅] 13. Android Studio 설치

1. 구글에 Android Studio 검색

notion image

2. Android Studio Meerkat 기능 출시 다운로드 클릭

notion image

3. 맨 아래로 내려서 동의 → 다운로드

notion image

4. WorkSpace/tools 안에 다운로드

notion image

5. exe 실행 후 아래와 같이 체크 V

notion image

6. 계속 Next 눌러서 Install까지 완료하기

notion image

7. Standard 선택하고 Next

notion image

8. Accept 누르고 Finish

notion image

9. 완료되면 Finish

notion image

10. Plugins → Flutter 설치

notion image

11. 완료되면 Restart IDE

notion image

12. 재시작 되면 New Flutter Project 클릭

notion image

13. Flutter SDK 경로 설정

notion image

14. demo 파일 생성

notion image

15. 터미널에 flutter doctor 입력

notion image
🔥
  1. Android toochain - 원래 이렇게 나옴 괜찮음 ! 이제 설정할 차례
  1. Visual Studio - 상관 없음. 윈도우 앱 만들 건 아니니까.

16. 햄버거 → tool → SDK Tools → Android SDK Commnd-line Tools (latest)체크

notion image

17. Apply 하면 아래와 같은 화면이 나옴 → OK

notion image

18. 터미널에 flutter doctor —android-licenses 입력하면 이렇게 나오는데 모두 “Y”

notion image

19. 실행해보자 !

notion image

20. 이렇게 나오면 완성

notion image

Flutter 에뮬레이터로 first_app 프로젝트 실행하기

21. Create Virtual Device 클릭

notion image

22. Pixel 3a 클릭 → Next

notion image

23. S 버전 선택 후 Finish

notion image

24. 완료되면 세모 버튼 눌러서 실행

notion image

25. 성공

notion image

26. 테스트 시작 (우측 하단 실행 완료될 때 까지 기다리기)

notion image

27. 완성 !

notion image

28. Hot Reload 체험해보기

home: const MyHomePage(title: 'Hello World'), // 코드 변경 후 Ctrl + S 하면 바로 반영 됨.
notion image
 
Share article

harimmon