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 moreWhere is flutter SDK path in Android Studio?
once the user Downloads SDK Unzip the file. Copy it to a better place. Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.
Read moreHow do I find my Android platform SDK?
Open your Android Studio. In the welcome screen, select “Configure” > “SDK Manager”. 2. Navigate to “Appearance & Behavior” > “System Settings” > “Android SDK” and now you can see the SDK versions that were installed in the “API Level” and “Name” columns (focus on “API Level”).
Read moreHow do I find my Android SDK path?
Navigate to the File > Settings option you will get to see below dialog screen. Inside that screen. Click on Appearance and Behavior option > System Settings options and then click on the Android SDK option to get to see the below screen. Inside this screen, you will get to see your SDK path.
Read moreHow do I set environment variables in Android home?
Set ANDROID_HOME and Path Variables
Read moreHow do I set an environment variable in my home?
Create and Modify Environment Variables on Windows
Read more