I use Android Studio as my IDE in coding Flutter. I was able to create 2 projects before this and it worked absolutely fine. I had to clone a repo from Github. The IDE said
Thats warning said "Android SDK location should not contain whitespace". There is a whitespace character in Tamim Mustofa
.
You can move sdk folder to new folder like D:\Android\Sdk
, where there is no space or other whitespace character in the path.
Change Android Sdk Location address in Android Studio.
and add variabel ANDROID_HOME
in your Environment Variable: System Variable. with D:\Android\Sdk
as variable value