flutter doctor -v 실행 시 다음과 같이 “✗ Android Studio not found at /Applications/Contents” 에러가 뜰 경우
아래의 명령을 입력해주면 된다.
flutter config --android-studio-dir=/Applications/Android\ Studio.app
'Flutter' 카테고리의 다른 글
[ERROR] Flutter “✗ cmdline-tools component is missing” (0) | 2022.06.12 |
---|---|
[ERROR] Flutter "Webview in flutter not working getting a platform error" (0) | 2022.06.10 |
[TIP] Flutter 자바 경로 확인 + 버전에러 났을 경우 (0) | 2022.06.09 |
[ERROR] Flutter “Incorrect use of ParentDataWidget Error in Flutter” (0) | 2022.06.07 |