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 ) 
반응형
300x250

Apple Silicon Preview 공개 : ARM64용 안드로이드 스튜디오

 

관련 내용 링크  ( 2021년 5월 18일자 )


https://android-developers.googleblog.com/2021/05/android-studio-arctic-fox-beta.html

 

Android Studio Arctic Fox (2020.3.1) Beta

Posted by Paris Hsu , Product & Design, Android Android Studio Arctic Fox splash screen Note: As we announced late last year, ...

android-developers.googleblog.com

 

 

 

다운로드 링크 ( 배포일 2020년 4월 29일 )


https://developer.android.com/studio/archive

 

Android 스튜디오 다운로드 자료실  |  Android 개발자  |  Android Developers

이 페이지에는 Android 스튜디오 출시 관련 다운로드 자료가 포함되어 있습니다.

developer.android.com

 

* 2021년 5월 27일 기준 *  최신 ARM64용 지원 ( Preview ) 안드로이드 스튜디오 

> Android 스튜디오 Arctic Fox(2020.3.1) Canary 15

 

 

Activity Monitor 프로그램을 통해  안드로이드 스튜디오 아키텍쳐 확인

반응형

+ Recent posts