250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- linux
- AWS EC2
- ngrok
- axios
- RDS
- MUI
- javascript
- MongoDB
- nodejs
- webhook
- deploy
- fastapi
- Troubleshooting
- macbook
- 500
- Java
- springboot
- Jenkins
- error
- Github Actions
- js
- github
- TypeScript
- docker
- AWS
- Express
- React
- EC2
- python
- Spring
Archives
- Today
- Total
BEAT A SHOTGUN
[TROUBLESHOOTING] Flutter Doctor - Visual Studio - develop for Windows 본문
TROUBLESHOOTING
[TROUBLESHOOTING] Flutter Doctor - Visual Studio - develop for Windows
thovy 2023. 4. 25. 21:32728x90
반응형
SMALL
Error ❌
Fluttrer
를 설치하고,flutter doctor
를 실행하면
❌ Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
라는 에러가 발생할 수 가 있다.
이런 에러를 무시하려해도,
이 상태에선 VSCode 에서 Debugging 을 실행할 수가 없다.
고쳐야한다.
Solution ✅
VSCode 를 쓰고 있는데 뭔소리세요 진짜ㅠㅠ 라고 생각했지만
에러의 링크를 따라가보면 보라색의 VSCode 를 알려준다
Free Download 해서
설치하고
열어서
참고
https://rubywind.tistory.com/85
그대로 따라했습니다 감사합니다.
개별 구성요소 중에서
✅ C++를 사용한 데스크톱 개발
오른쪽 설치 세부 정보에서
✅ MSVC v143 어쩌고
✅ Windows 용 C++ CMake 도구
✅ C++ AddressSanitizer
✅ Windows 10 SDK (자신에게 맞는 빌드 넘버를 찾아 체크하자 난 몰라서 20.몇 함)
- Winodws 11 이면 11 SDK 가 있으니 그걸 체크하자.
✅ 테스트 도구 핵심 기능 - 빌드 도구
이정도 하면 8.17GB 정도 되는 거 같다.
한 1시간 정도 다운로드하고 설치한다.
밥먹고 와서 운동하고 한숨 자고 일어나서 조금만 기다리면 되는 시간.
설치되는 중간에 심심하기 때문에 flutter doctor
해보면
이렇게 에러가 줄어든 것을 볼 수 있다.
다 설치된 뒤에 재부팅을 권장하는데, 꼭 할 필요는 없지만 난 함.
끝
깔끔쓰
이제 디버깅 시작하면 잘 실행 되고
타란~
깔끔하게 emulater 가 열립니다.~
728x90
반응형
LIST
'TROUBLESHOOTING' 카테고리의 다른 글
Comments