Hazel
Hazel

Reputation: 21

Android Studio not including SDK or accepting downloaded SDK

When I download Android Studio, it does not include the Android SDK anywhere (appdata, Android Studio, project files etc...). On launch, says "Please provide the path to SDK". I download the SDK tools separately, and it does not accept them.

Upvotes: 1

Views: 1631

Answers (3)

Swayangjit
Swayangjit

Reputation: 1881

Open Android Studio ==> Click on SDK Manager (Box icon with a down arrow in the center) ==> Update your SDK location in Android SDK location.

Upvotes: 1

Hazel
Hazel

Reputation: 21

As usual the second you ask for help, you figure it out... after being stuck for days.

Double shift -> SDK manager -> Edit path -> It will (hopefully) show an SDK components setup, where it finally installed everything I needed in the right places.

Not sure why the SDK was never installed on my machine and it rejected the separately installed sdk, but whatever.

Upvotes: 1

shakunthalaMK
shakunthalaMK

Reputation: 386

Open Android Studio -> Double Tap Shift Key -> Search for Android SDK Location .

You will be directed to place where you need to set the path.

Select from the folder where you have downloaded separately.

Path should Drive Name:\Folder where you have downloaded\AppData\Local\Android\Sdk

Upvotes: 0

Related Questions