and type Y when needed to accept the licenses . Check it and apply and let the studio download the package. Once did run the command flutter doctor and it should now prompt you to run flutter doctor –android-licenses once you run the license command accept all licenses by hitting y and it should solve the problem.
Read moreCan you get Android Studio on Mac?
Mac. To install Android Studio on your Mac, proceed as follows: Launch the Android Studio DMG file. Drag and drop Android Studio into the Applications folder, then launch Android Studio .
Read moreWhere is Android Studio installed Mac?
Generally, the Android SDK is installed in the /Users/user-name/Library/Android/sdk folder on macOS.
Read moreHow do I fix flutter plugin is not installed?
Solution that worked for me:
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 moreIs JDK necessary to install Java program?
The Java Development Kit (JDK), officially named “Java Platform Standard Edition” or “Java SE “, is needed for writing and running Java programs .
Read more