skip to Main Content

An error saying "SDK location not found" occurred

I want the app to build

2

Answers


  1. I think you don’t have SDK on your system

    https://developer.android.com/studio/releases/platform-tools

    You can download SDK for your windows / Linux or Mac from this android official website.

    Login or Signup to reply.
  2. Open Android Studio

    Go to Tools -> SDK Manager -> Check your Android SDK Location

    If you have downloaded SDK at manual path then set that path in Android SDK’s path here,

    If not then check this path "C:UsersYOUR_PC_NAMEAppDataLocalAndroidSdk" (AppData is a hidden folder) This path is the default download path when we install Android Studio

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search