300x250
When
Command : flutter doctor
Check platform dependency
...
Android Studio not found at
...
Why
Android Studio 경로 찾을 수 없음. Android Studio not found.
Solution
아래 명령어를 이용해 /Android Studio/Contents의 경로를 설정한다.
Set Android Studio path.
flutter config --android-studio-dir=/Users/<$YOUR_USER>Android\ Studio.app/Contents
Notice
- Verify path of Android Studio. Android Studio 경로 확인
- /Applications/...
- /Users/<$USER>/Applications/... - Space character. 공백 문자
- .../Android Studio.app/... ( X )
- .../Android\Studio.app/... ( O )
반응형
'Flutter 플러터 > 에러, 오류 Error 혹은 문제해결' 카테고리의 다른 글
setState() or markNeedsBuild() called during build. (0) | 2022.08.19 |
---|---|
dart http responseBody ( 응답 바디 ) 한글이 깨져서 나올때 (0) | 2022.08.06 |