skip to Main Content

Unable to locate Android SDK

I have Installed android SDK without using android studio and kept in c directory
Like this
Set Path Variable like this
Even set flutter config --android-SDK

3

Answers


  1. Chosen as BEST ANSWER

    I can actually download and use android sdk without android studio.

    But was storing that android sdk as : "C:ANDROID_SDK_ROOTcmdline-toolsbin" ,

    Instead It should be stored as : "C:ANDROID_SDK_ROOTtoolscmdline-toolsbin"


  2. You need to install Android Studio in order to get Android SDK. After you use Android Studio to get the Android SDK, you can continue use VScode for flutter development.

    Hope this answer helps!

    Login or Signup to reply.
  3. Go to https://developer.android.com/studio and download Android Studio.

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