IT 앱개발/Flutter
[Flutter] 세팅 오류 해결 Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed toresolve this.
펌킨고구마
2023. 12. 9. 16:13
728x90
반응형
flutter 세팅 하는건 위 게시글 참조
2023.12.09 - [IT 앱개발/Flutter] - [Flutter] 설치 및 기본 세팅
[Flutter] 설치 및 기본 세팅
앱 개발을 위해 Flutter를 설치하려고 한다. 1. 다운로드 아래 사이트에 들어가서 최신 버전으로 다운로드 한다. https://docs.flutter.dev/get-started/install Install Install Flutter and get started. Downloads available for
pkguma.tistory.com
위 과정대로 진행중 5번에서 초기 세팅중 오류가 났다.
대충 나는 오류 내용은 아래 와 같다.
Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed toresolve this.
해결방법은
1. 안드로이드 스튜디오실행하여 SDK Manager 실행
2. 밑에 Andriod SDK Command-line Tools (latest) 를 체크 후 OK
3. 설치 끝
4. Finish 후에 다시flutter doctor --android-licenses 를 cmd창에 띄워보면
flutter doctor --android-licenses
진행이 된다. y 누르고 진행한다.
728x90
반응형
LIST