androidandroid-studio-4.2

How to Configure the SDK in Android Studio


I am running my Flutter app in android studio but to solve some problems I have uninstalled Android Studio and downloaded again in my Laptop (MacOS Big Sur- MacBook Air). When I have open the project in new android studio in Logcat I saw in Red Please configure Android SDK. Below is the image for more clearity.enter image description here

When I click on configure, I am getting this below window. enter image description here

So I am not geting what I have to do now in project structure.

If anybody has answer the please let me know?


Solution

  • I have found solution for the above question and worked for me. I have just updated my Android Studio to the newer version. After that I have manually removed the sdk from the computer from the Terminal of Mac and Reinstalled it again.

    After that provided the sdk path to the Android Studio and restart the Android Studio. Now run any app on Emulator or real device.

    So now this error has gone. If someone is facing this problem then follow these steps.