2022년 5월 28일 토요일

Flutter Error : Android Simulator is gone

I decided to leave the Big Sur MacOS due to various problems.

Upgrading to Monterey made it much lighter.

Android Studio > File > Project Structure... then you can see. <NO SDK>

yes, that's the problem.

and Run Terminal


flutter config --android-sdk /Users/YourName/Library/Android/sdk

댓글 없음:

댓글 쓰기

플러터 단축키

1. 위젯 감싸기/벗기기 비주얼 스튜디오 :   Cmd + . 안드로이드 스튜디오 : Alt + Enter 2. 코드 정렬 비주얼 스튜디오 : Ctrl + S 안드로이드 스튜디오 : Ctlr + Alt + L 3. StatelessWidget ->...