简体   繁体   中英

Where to download the Android SDK?

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?

图片

SDK manager is available under Tools menu of Android Studio:

SDK管理员

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

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;-)

you can find here

click tools from android studio( from toolbar) -> click android-> sdk manager

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..!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM