Android Studio (Not Installed), When Run Flutter Doctor While Android Studio Installed on Machine

Android Studio (not installed) , when run flutter doctor while Android Studio installed on machine

A solution that worked for me was (after double clicking the downloaded file IDE) move the Android Studio program into the applications folder.

I ran Flutter Doctor and followed all prompts. worked for me.

This works on MacOS only

[tag][!] Android Studio (not installed) [tag], Error when run flutter doctor on PC

If android studio is installed correctly you can run the following command to change the path of android-studio installation:

flutter config --android-studio-dir="ANDROID STUDIO PATH HERE"

after this open a new terminal and run flutter doctor and you should see [√] Android Studio (version x.x.x)

Android Studio not found in Flutter Doctor

If you use android studio, check the android studio version then you can write "flutter config --android-studio-dir "C:\Program Files\Android\Android Studio" on cmd.



Related Topics



Leave a reply



Submit