Lad Who Codes

Fix: Flutter SDK not found in the specified location Error

Posted by Dinesh Verma on Sunday 3 February 2019

Flutter is a mobile development SDK developed by Google. The best part of using Flutter is that you can create cross-platform applications which perform as good as native apps.

If you are creating your first Flutter App then there is a high probability that you will run into the issue of 'Flutter SDK not found in the specified location Error'. No matter how many time you install the SDK, this message won't go.

To fix this error, please follow the steps below:

  1. Go to Menu > Tools > SDK Manager > Android SDK (left side of the dialog) > SDK Tools (tab).
  2. Select 'Support Repository' and 'NDK' checkboxes.
  3. Click OK.
  4. It will prompt you to install some dependencies. Install them.

Phew! You are done. Try creating your Flutter project once again and this time it will be a smooth ride.

5 comments:

  1. Or you can just use vs code it will work and you can change path easily.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Not work for me.
    it work before mac os update, After update mac os Catalina Android studio not found Flutter sdk

    ReplyDelete
  4. It's not working man, you are totally misguiding people make sure first then provide some other solution.

    ReplyDelete