Table of Contents
Android Studio is Google’s official IDE for Android development with advanced features and tools to build and test mobile apps.
Android Studio
Android SDK location should not contain whitespace as this can cause problems with the NDK tools
1: Open Local Disk (C).
2: Create a new folder named AndroidSDK.
Unable to locate Android SDK
1: Copy Android SDK Location.
Example: C:\AndroidSDK
3: flutter doctor –android-licenses paste Copy Android SDK Location in Command Prompt.
Command: flutter doctor –android-licenses C:\AndroidSDK
Or
Command: flutter config –android-sdk C:\AndroidSDK
4: Close Command Prompt.
5: Open Command Prompt.