Flutter does not find android sdk
Solution 1:
Flutter provides a command to update the Android SDK path:
Use flutter config --android-sdk <path-to-your-android-sdk-path>
Solution 2:
Kindly first of all check your latest sdk first step:
second step:
Now Run
run flutter doctor --android-licenses Press Y against each agreement
run flutter doctor it will work fine.