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. You can update your SDK path by clicking on the Edit option.
Read moreHow do you accept all licenses in flutter?
Open the command prompt then run flutter doctor –android-licenses and accept all the licenses given.
Read moreHow do I accept all android licenses flutter?
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 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 moreWhy is Android Studio not opening?
Workaround is to set a variable indicating the location of Java [b/55281]: Open Start menu > computer > System Properties > Advanced System Properties In the Advanced tab > Environment Variables, add new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1. 7.0_21.
Read moreHow do I get Android Studio to work?
Launch the Android Studio DMG file. Drag and drop Android Studio into the Applications folder, then launch Android Studio . Select whether you want to import previous Android Studio settings, then click OK.
Read more