Your Flutter module uses a plugin that has an Android Gradle dependency , such as ExoPlayer from the video_player plugin, but your existing Android app didn’t depend on ExoPlayer.
Read moreHow do I download the Flutter SDK?
Open Android Studio. Click File → Settings → Plugins. Select the Flutter plugin and click Install . Click Yes when prompted to install the Dart plugin.
Read moreWhat is the path of Flutter SDK?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.28 Ara 2020
Read moreWhere is Flutter SDK installed?
Under Settings > Languages & Frameworks there should be a Flutter section . I found it by using the handy search bar in the Settings menu. At the top of the Languages & Frameworks > Flutter is the Flutter SDK Path. This is assuming that Flutter/Dart have already been installed under Plugins.8 May 2018
Read moreWhere is the sdk path in Android Studio?
You can find the path going into Android Studio -> Configure -> SDK Manager -> On the top left it should say SDK Path .
Read moreWhere is sdk folder in Windows?
(For Windows) C:\Users\username\AppData\Local\Android\Sdk (this directory contains the SDK and is huge, about 5GB)
Read moreIs Android Studio required for Flutter?
It is not neccessary, but advised to install Android Studio for Flutter . It makes it very easy to install and configure all the settings etc. What you definitely need is the Android SDK and JDK. You can definitely install and run flutter without Android Studio (you can also use Visual Studio).
Read more