The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android . Cordova requires the ANDROID_HOME environment variable to be set. This should point to the [ANDROID_SDK_DIR]\android-sdk directory (for example c:\android\android-sdk).25 Nis 2017
Read moreIs Flutter SDK same as Android SDK?
Flutter is a mobile app SDK to help developers and designers build modern mobile apps for iOS and Android. Android SDK belongs to “Frameworks (Full Stack)” category of the tech stack, while Flutter can be primarily classified under “Cross-Platform Mobile Development”.
Read moreHow do I set Android SDK HOME environment variable?
To set the Android SDK home environment variable, do the following:
Read moreHow fix Android SDK not found at this location?
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 more