Edwin
Edwin

Reputation: 31

setting up flutter on android studio error

error setting up flutter for android studio

I tried: repeating the process deleting android studio and restarting

error creating project

cannot create a project within the Flutter SDK Target directory C:\src\flutter\packages\flutter_tools\flutter_app

is within the flutter SDK at C:\src\flutter

Upvotes: 1

Views: 5249

Answers (2)

chunhunghan
chunhunghan

Reputation: 54365

Please do not create a project within the Flutter SDK directory.
Please create your project in another directory.

Upvotes: 5

Junsu Cho
Junsu Cho

Reputation: 854

check the flutter sdk

file - > settings -> languages -> Flutter

enter image description here

Upvotes: 0

Related Questions