4 Answers. It is very possible to use VS Code for Flutter without having installed Android Studio, however it’s a little more involved.
Read moreCan Android Studio have no Flutter?
4 Answers. It is very possible to use VS Code for Flutter without having installed Android Studio, however it’s a little more involved.
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 moreWhere does Flutter look for Android Studio?
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 more