Trouble Shooting/Flutter & Dart

flutter doctor path/to/sdkmanager --install "cmdline-tools;latest"

DevMonster 2022. 7. 31. 10:27

플러터를 최초 설정하는 경우 아래와 같은 에러가 발생할 수 있다.

https://stackoverflow.com/questions/69110608/flutter-doctor-results-with-cmdline-tools-component-is-missing

 

Flutter doctor results with "cmdline-tools component is missing"

I have tried the answers at here & here to no avail. After installing Android Studio & Flutter on Windows 10, when I run flutter doctor, I get the following: [√] Flutter (Channel stable, 2....

stackoverflow.com

 

위 사이트에서 Android studio 설정을 해준 뒤 아래 명령어를 실행한다.

flutter doctor --android-license

 

728x90
반응형