[Flutter] Window에 Flutter 설치

Krystal·2022년 1월 24일
0

1. Install the Flutter SDK

  • Window 7 이후 version
  • 400MB 이상의 여유 공간 / 10GB 이상의 여유공간(Android Studio를 위한)
  • git

🍕 Get the Flutter SDK

  • Download
  • 압축 풀기 경로 ➡ C:\src\flutter
  • flutter_console.bat 실행

🍕 환경 변수 설정

  • 어느 경로에서나 플러터 명령어를 사용하려면 환경 변수 설정을 해줘야한다.
  • 윈도우 검색창에 시스템 환경 변수 편집 검색
  • 사용자 변수에서 변수 Path를 찾아 편집
  • Flutter SDK를 설치한 bin 경로 입력 (ex. C:\src\flutter\flutter\bin)

    flutter 명령어를 실행했을 때 cmd 창이 닫혀버리는 상황이 생길 수도 있다. 이는 윈도우 파워셀 정보가 path에 등록되지 않은 경우로 윈도우 파워셀의 버전에 문제가 없는데도 cmd 창이 닫힌다면, 환경변수 path 값에 아래 경로를 추가한다.
    C:\Windows\System32\WindowsPowerShell\v1.0

🍕 Flutter Doctor

  • Flutter를 사용하기 위해 준비해야하는 list를 알 수 있다.

2. Install Android Studio

  • Download and install Android Studio.
  • Andriod Studio SDK 설치
  • Plug in ➡ Flutter 검색 후 Install(IDE Restart)
  • Project ➡ New Flutter Project를 선택할 수 있는지 확인

3. Install the Android Emulator

  • New Flutter Project 선택
  • SDK 경로 C:\src\flutter\flutter\ 입력 후 프로젝트 이름 입력

🍔 Get Android Emulator

  • AVD 관리자로 이동(Phone+Andriod Icon)
  • Nexus 6 선택
  • ▶ 버튼을 클릭하여 가상 장치 실행(실행 후에는 창 닫아도 됨)
  • Build 하여 Emulator에 App 나타나는지 확인

    ⚠ License for package Android SDK Build-Tools not accepted.
    Google Play licensing library가 설치되지 않아 생긴 이슈로 Tool ➡ SDK Manager ➡ SDK Tools 에서 Google Play licensing library 선택 후 설치

profile
🚀Be an active developer

0개의 댓글