Davood
Davood

Reputation: 5635

Unable to set SDK path in android studio 3?

I installed android studio 3(v3.1.2.Build.173.4720617.x64) on windows 10. It can not find SDK path and after some research on the internet i found that i should looking for a path like this on my computer:

C:\Users\User1\AppData\Local\Android\SDK

but this path was not on my machine and i created it by myself and copy a SDK in it(Android.SDK.26.1.1).

But android studio is unable to determine this path and when i want to set this path on SDK manager it shows this message:

 Target folder is neither empty nor does it point to an existing SDK installation.

this made me tired, how can i fix it?

Upvotes: 1

Views: 989

Answers (2)

David Enoma
David Enoma

Reputation: 311

You can set the location of your android SDK with the android studio to where you have your SDK installed. The path does not have to be in the format which you have stated. I have my SDK in another partition of my system and it works very fine.

Upvotes: 1

Hossein Seifi
Hossein Seifi

Reputation: 1420

Have you paid attention that in that address user1 should be your own user name? like in this address which my user name is violet :

C:\Users\violet\AppData\Local\Android\sdk

And after downloading sdk zipped file, then you should unzip it and next copy all files and folders to the sdk folder.

Upvotes: 0

Related Questions