Home:ALL Converter>Flutter SDK location after install with ubuntu snap

Flutter SDK location after install with ubuntu snap

Ask Time:2020-08-16T07:28:28         Author:de1337ed

Json Formatter

I'm trying to get Flutter + Android Studio set up as per the guidelines in https://flutter.dev/docs/get-started/install/linux

I installed flutter using ubuntu "snap" by running:

$ sudo snap install flutter --classic

When setting up a Flutter project in android studio now, it's asking me to enter a Flutter SDK path. I can't find a path that satisfies the flutter SDK path requirement. The one that I tried so far is /snap/flutter/current but that didn't seem to work. Any ideas on where the SDK is located before I go ahead and redownload it to some local directory in /home/...?

Author:de1337ed,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/63431696/flutter-sdk-location-after-install-with-ubuntu-snap
Pablo Alejandro Alandia :

I installed the same way, and I found the flutter SDK in my home path under snap flutter common flutter\n/home/foobaruser/snap/flutter/common/flutter\n\nalso, you can check your path with\nflutter doctor -v\n",
2020-09-07T01:24:02
yy