Reputation: 24705
I have downloaded Android Studio and SDK Tools from here. However, the studio asks about SDK path and when I provide the tools folder, it says it is not valid. When I search for SDK, pages refer to the studio page. Where can I download the SDK manager?
Upvotes: 3
Views: 4207
Reputation: 11
I had the same problem. I just closed the popup asking for the SDk path as I had deleted the whole sdk folder files. Even though the Android Studio software states it can't continue without a SDk installation, I was able to click the errors away and like stated above start the SDk manager.
I pointed the SDK path to my empty sdk folder and then it gave a list of files it was going to (download and) install. After that (when the first download and installation completes) you can further configure the packages to your needs. it will then further download and install the selected packages. I hope this helps. (pls give it a thumbs up;-)
Upvotes: 1
Reputation: 24907
SDK manager is available under Tools
menu of Android Studio:
By default Android Studio downloads the SDK on C:\Users\<username>\AppData\Local\Android\sdk
You can select this dir in your Android Studio.
If you don't find the SDK Manager
then download the sdk-tools. You will SDK Manager under bin
folder
Upvotes: 2
Reputation: 99
Where can I find the sdk manager? You can find it Top of android studio window Tools-->SDK Manager
You should give the SDK Location path that is generally available at
/home/user/Android/Sdk.
Try this..!
Upvotes: 0
Reputation: 753
you can find here
click tools from android studio( from toolbar) -> click android-> sdk manager
Upvotes: 0