Configure -> Project Defaults -> Project Structure -> SDKs on left column -> Android SDK Home Path -> give the exact path as you did on local. properties and select Valid Target.
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 moreShould I use Android Studio for Flutter?
With Flutter, you can create the best cross-platform apps available on the market. Both have pros and cons that are unique to themselves. Although Android Studio is a fantastic tool, the Hot Load functionality of flutter makes it superior to Android Studio in many ways .
Read moreIs Android SDK necessary?
No, You don’t need to install everything . Install the “SDK Platform” for the Android versions you’ve set as minimum, target, and in-between the minimum & target. The Android SDK Extras are usually not required; but it is useful to be aware of them since they may be required depending on your use case.
Read moreHow do I find the Android SDK file?
Install the SDK
Read moreHow do I get Android SDK for Flutter?
To do so follow the steps mentioned below:
Read moreCan I use Android SDK in Flutter?
Flutter Native Third-Party SDK-UI integration You can directly call native Android and iOS SDKs of Tokbox chat app from your Flutter application — wherein the UI will be driven by Tokbox SDKs.
Read more