I'm trying to run Flutter on Android studio but I have an issue resolving this error.
I'm using last version of every thing (like as dart and flutter or plugins).
Flutter users should run
flutter packages getinstead ofpub get
asked Mar 1, 2018 at 11:12
Mo Meshkani
1,7142 gold badges19 silver badges27 bronze badges
-
1Did you install flutter plugin on android studio? Did you set the flutter sdk path?Hemanth Raj– Hemanth Raj2018年03月01日 11:13:59 +00:00Commented Mar 1, 2018 at 11:13
-
1We need more details. Like your extensions, and a reproduction repository.Rémi Rousselet– Rémi Rousselet2018年03月01日 11:15:48 +00:00Commented Mar 1, 2018 at 11:15
-
@RémiRousselet and I solved my problem by using the first answerMo Meshkani– Mo Meshkani2018年08月17日 05:45:48 +00:00Commented Aug 17, 2018 at 5:45
2 Answers 2
I was able to solve this issue by providing the Flutter SDK path at:
Settings > Language & Frameworks > Flutter
Zoe - Save the data dump
28.4k22 gold badges130 silver badges163 bronze badges
answered Aug 11, 2019 at 7:53
Lekr0
7331 gold badge9 silver badges17 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
check local.properties and edit it with error quick fix. I had same issue by adding one more backslash to path of flutter sdk.
answered Mar 1, 2018 at 11:18
Mahdi-Malv
19.6k16 gold badges83 silver badges128 bronze badges
2 Comments
TSR
Where to find this file ??
Mo Meshkani
@TSR yourProjectName/android/local.properties
lang-dart