Here’s how you can change the android sdk path in Android studio:
Read moreHow do I change the SDK path in flutter project?
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 ~/.28 Ara 2020
Read moreHow do I change the path on my Dart SDK?
To fix this on Android Studio 3.1.
Read moreHow do you change the environment path in flutter?
You should take these steps:
Read more