0

I have updated my Android Studio, I am facing issue with flutter while creating new flutter project. I have set Environment Variable path as well as checked in cmd everything seems fine, but still it is giving error about Flutter SDK not found. Can any one suggest better solution for this issue ?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Aditya Vyas-Lakhan
  • 13,409
  • 16
  • 61
  • 96

1 Answers1

0

First, run flutter doctor, it should tell something, and if it doesn't, issue will probably be with gradle, updating gradle causes a lot of problem, i suggest you delete your gradle located at C:\Users***.gradle, or even the sdk and open android folder of a flutter app in android studio, and let the correct settings install, sync and setup..

lordvidex
  • 3,581
  • 3
  • 17
  • 25