By default, Flutter uses the version of the Android SDK where your adb tool is based . If you want Flutter to use a different installation of the Android SDK, you must set the ANDROID_SDK_ROOT environment variable to that installation directory.
Read moreWhy does Flutter doctor says Android Studio not installed?
Search for “flutter” and install this plugin together with dart. Restart the Android Studio and open a new terminal. You should be able to create a flutter project in Android Studio and “flutter doctor” should work now.26 May 2021
Read moreHow do I fix Android Studio not found?
If you can’t find Android Studio in this path, do:
Read moreCan we use Android Studio for Flutter?
Android Studio offers a complete, integrated IDE experience for Flutter . Alternatively, you can also use IntelliJ: IntelliJ IDEA Community, version 2017.1 or later.
Read moreCan we use Android Studio for Flutter?
Android Studio offers a complete, integrated IDE experience for Flutter . Alternatively, you can also use IntelliJ: IntelliJ IDEA Community, version 2017.1 or later.
Read more