Flutter window install error issue!
VSC Terminal에서 실행
> flutter doctor
> Due to an error, the doctor check did not complete. If the error message below is not helpful, please let us know about this issue at
https://github.com/flutter/flutter/issues.
X Exception: Bad UTF-8 encoding (U+FFFD; REPLACEMENT CHARACTER) found while decoding string: [
....
구글에서 찾았던 Solution.
Move to C:\Program Files (x86)\Microsoft Visual Studio\Installer
And replace vswhere.exe to this one !!
And Move to Visual Studio Installer
Check the C++ desktop!!

Finally, solved!
> flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.0.0, on Microsoft Windows [Version 10.0.19044.1706], locale ko-KR)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.2.2)
[√] Android Studio (version 4.1)
[√] VS Code (version 1.67.2)
[√] Connected device (3 available)
[√] HTTP Host Availability
• No issues found!
'개발일지 > Flutter' 카테고리의 다른 글
appBar에서 PreferredSizeWidget 오류 발생시. (0) | 2023.06.05 |
---|---|
Error: unable to find git in your PATH. (0) | 2023.04.28 |
Flutter Study 1일차 - 기본 Widget 1 (0) | 2023.04.20 |