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 ?
Asked
Active
Viewed 837 times
0

Vadim Kotov
- 8,084
- 8
- 48
- 62

Aditya Vyas-Lakhan
- 13,409
- 16
- 61
- 96
-
did you try in android studio's settings then -> languages and framework find flutter and setup flutter SDK there – Aamil Silawat Dec 20 '19 at 12:37
-
yes I have tried that too, it was same error there also – Aditya Vyas-Lakhan Dec 20 '19 at 13:33
-
had an issue with 3.5.1 and found this issue that solved my problem . https://github.com/flutter/flutter-intellij/issues/3934 hopefully it will solve yours. – griffins Dec 21 '19 at 05:20
1 Answers
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