Run the command flutter doctor –android-licenses and accept all licenses. Run the command flutter doctor -v to check if the issue was solved.
Read moreHow do I fix Android SDK Manager not found?
[Solved] Android sdkmanager not found Error in Flutter
Read moreWhy does flutter doctor say 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 moreDo I need to install Android Studio for flutter?
It is not neccessary, but advised to install Android Studio for Flutter . It makes it very easy to install and configure all the settings etc. What you definitely need is the Android SDK and JDK. You can definitely install and run flutter without Android Studio (you can also use Visual Studio).
Read more