Paper.Yellow
Flutter, Dart 플러그인 설치 본문
1. Flutter 플러그인 설치
2. 프로젝트 생성
3. Flutter Doctor - 오류 수정
Android toolchain 에서
Android licenses status unknown. 오류 먼저 해결하기 위해 flutter doctor --android-licenses 입력했다.
Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this.
아래 블로그 글을 참조해서 수정했다.
flutter doctor --android-licenses 문제 해결하기
#Android, #Kotlin, and #Tesla
www.androidhuman.com
1) Appearance & Behavior > system Settings > Android SDK
2) SDK Tools 클릭 (파란색 밑줄)
아래쪽에 Hide Obsolete Packages 체크박스 해제를 해주면 여러가지 툴이 보인다.
그 중 Android SDK Build-tools 33 체크박스 선택 > 우측 하단에 Apply 를 눌러주면 다운로드 가능하다.
3) 설치 완료 후 OK
터미널에 flutter doctor 입력 시 라이센스 동의를 위한 긴 화면이 출력이 된다.
y 를 입력 후 enter 를 눌러서 끝날때까지 진행해준다.
터미널 또는 프로그램 종료 후 다시 검사해준다. 다시 시작하지 않으면 설치한 부분이 반영되지 않는다.
Visual Studio 설치는 생략. 오류 수정 완료!
'Flutter' 카테고리의 다른 글
안드로이드 스튜디오 환경 설정 (0) | 2022.08.03 |
---|---|
Flutter, 안드로이드 스튜디오 설치하기 (0) | 2022.08.03 |
자료형 / 리스트 (0) | 2022.08.02 |
DartPad 시작하기 (0) | 2022.08.01 |