Start Android Studio, and go through the ‘Android Studio Setup Wizard’. This installs the latest Android SDK, Android SDK Command-line Tools, and Android SDK Build-Tools, which are required by Flutter when developing for Android .
Read moreDoes Flutter need SDK?
You don’t specifically need Android Studio, all you need is the Android SDK , download it and set the environment variable to the SDK path for the flutter installation to recognise that.
Read more