doctor2 문제해결: Bad UTF-8 encoding (U+FFFD; REPLACEMENT CHARACTER) found while decoding string: PC포맷과 함께 Flutter 3.10, Visual Studio 2022( develop for Windows with C++ ) 을 설치 한 뒤 flutter doctor를 수행한 결과 아래와 같은 오류 발생. C:\src\flutter>flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.0.1, on Microsoft Windows [Version 10.0.19044.1706], locale ko-KR) [X] Android toolchain - develop for Android devices X Unable to locate Android SDK. Instal.. 2022. 5. 30. Flutter - Web setup 환경 실행 오류 ( ArgumentError: Invalid argument(s): Cannot find executable for where. ) Flutter 웹 환경으로 실행 하기 위해 CMD에서 flutter devices를 확인하는 도중 아래와 같은 오류 발생. ArgumentError: Invalid argument(s): Cannot find executable for where. 환경변수에 system32가 등록되어 있지 않았다. 다행이 Flutter에서 오류 발생 시 해당 오류가 github community에 등록되었다는 경고메세지를 출력한다. 아래는 해당오류 github 이슈 페이지이다. https://github.com/flutter/flutter/issues/14887 환경변수 등록 후 flutter devices 명령이 정상적으로 처리 되었다. 2020. 3. 10. 이전 1 다음