반응형
컴퓨터가 재부팅되면서 캡처를 못했습니다.
제목처럼 fluter doctor를 실행하면 android studio(not installed) 라는 문구를 확인할 수 있습니다.
상황
flutter를 설치하고 android studio도 설치를 완료했습니다.
flutter doctor를 실행했는데 android studio(not installed)라는 문구가 발생했고
android studio에서 flutter 실행이 제대로 되지 않았습니다.
문제 파악
flutter config에서 android studio의 폴더 위치를 못 찾는 문제였습니다.
해결 방법
아래 명령어처럼 안드로이드 설치 폴더 위치를 잡아주면 해결 됩니다.
flutter config --android-studio-dir="C:\Program Files\Android\Android Studio"
반응형
'개발(합니다) > 시나브로(이슈)' 카테고리의 다른 글
[Flutter] System UI isn't responding (0) | 2021.08.01 |
---|---|
[Intellij] unmappable character (0xEC) for encoding x-windows-949 (0) | 2021.07.31 |
[Gitlab-CI/CD] Gitlab-runner register 지우는 방법 (0) | 2021.07.06 |
[WEB] your social login could not be determined (0) | 2021.07.04 |
[Flutter] The argument type 'String' can't be assigned to the parameter type 'Uri'. (0) | 2021.07.02 |