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


 

  1. Verify path of Android Studio.  Android Studio 경로 확인 
    - /Applications/...   
    - /Users/<$USER>/Applications/... 

  2. Space character.  공백 문자 
    - .../Android Studio.app/...  ( X )
    - .../Android\Studio.app/...  ( O ) 
반응형

+ Recent posts