Mo Meshkani
Mo Meshkani

Reputation: 1684

flutter SDK is not available in android studio

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 get instead of pub get

Upvotes: 3

Views: 16615

Answers (2)

Lekr0
Lekr0

Reputation: 733

I was able to solve this issue by providing the Flutter SDK path at:

Settings > Language & Frameworks > Flutter

enter image description here

Upvotes: 6

Mahdi-Malv
Mahdi-Malv

Reputation: 19190

check local.properties and edit it with error quick fix. I had same issue by adding one more backslash to path of flutter sdk.

Upvotes: 2

Related Questions