Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File called 'Flutter' already exists in this location

When i set the Flutter Sdk path i am facing Error Flutter SDK path not given (and one Pop up window open and showing message "File called 'Flutter' already exists in this location") on Android Studio using mac book pro can you handle this solution Thanks in Advance

like image 377
sytechnology sy Avatar asked Jan 29 '26 10:01

sytechnology sy


1 Answers

The trick is not to click on Install Sdk while creating new flutter project but instead give path in the respective text box. When you click on Install Sdk and take it to your flutter folder, android studio creates a new folder flutter inside your flutter folder and copies all the files.

like image 198
Sohail Avatar answered Jan 31 '26 00:01

Sohail