Please configure Android SDK Android Studio Please configure Android SDK Android Studio flutter flutter

Please configure Android SDK Android Studio


There is a closed ticket in the Flutter GitHub repository.We can follow these steps to solve this issue:

  1. Open a Flutter project in Android Studio.
  2. Click on File -> Project Structure.
  3. Select the Project tab, under Project Settings.
  4. At the main screen, we should see No SDK in red under the Project SDK section.
  5. Click on the dropdown menu and select an API version installed. Example: Android API 29 platform.
  6. Click Ok.The Logcat should start working.


I have the same problem after updating to Flutter 2.1.0. For me the solution was to open another NATIVE project for Android in another Android Studio window. After it has been successfuly opened, Logcat for Flutter project was working fine..


I had to go to the Android project (in the /android folder) and import the build.gradle file. (Right-click on build.gradle file and select "Import" from the contextual menu).