flutter sdk 설치
android studio 설치
flutter doctor 실행 시,
Unable to locate Android SDK 란 메세지가 나오면서 android sdk의 위치를 못찾는 경우
flutter config --android-sdk D:\android-sdk-windows 처럼 android-sdk경로 지정
flutter doctor --android-licenses 실행
'IT' 카테고리의 다른 글
| Microsoft Compatibility Telemetry 끄기 (0) | 2025.08.30 |
|---|---|
| reactjs nextjs nginx setting (0) | 2023.06.14 |
| reactjs nextjs 주요 명령어 (0) | 2023.06.08 |
| reactjs nextjs nginx setting file(nginx.conf) (0) | 2023.06.07 |
| Build optimization failed: found pages without a React Component as default export in (0) | 2023.06.04 |



