To solve Unable to locate android SDK flutter issue just give Android SDK that path to flutter config. In your terminal run both commands. flutter config –android-sdk /path/to/android/sdk . Or Set ANDROID_HOME Path.16 Haz 2021
Read moreWhere is my sdk flutter?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio. Check your echo $PATH to point to the correct folder. Use export PATH=”$PATH:$HOME/flutter/bin” or whatever you need (and you can also include this into your ~/.
Read more