Generally, this kind of issue occurs when the user updated the android SDK, the licenses may have changed . Depending on how the user did the update you may or may not have been prompted to accept the changes, or maybe it just doesn’t save the fact that you did accept them in a way flutter can understand.
Read moreCan’t find an option named platforms flutter?
You are using the wrong flutter SDK . Too low information in your question. Make sure that you have the right path to flutter SDK in your IDE. Check that the flutter SDK directory has the appropriate structure, all needed files and cetera.
Read moreHow do I accept android licenses?
You can accept the license agreement by launching Android Studio, then going to: Help > Check for Updates … When you are installing updates, it’ll ask you to accept the license agreement.
Read moreHow do I accept android license for flutter?
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 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 more