简体   繁体   中英

where is Android Studio with Android SDK?

I've downloaded Android Studio from: https://developer.android.com/studio/index.html but it doesn't install the Android SDK... Did I miss something, or is there another setup somewhere else?

(I see here: screenshot that the setup window should allow the installation of Android SDK, but I don't have that in my setup)

No, you did not miss anything. With installation of android studio SDK does not install automatically. You need to launch android studio then it will automatically prompt you for sdk installation and then install SDk and repositories. And done.

It will prompt after installing Android Studio

If you are using Windows:

To install Android Studio on Windows, proceed as follows:

Step1 : Launch the .exe file you downloaded from here .

Step2 : Follow the setup wizard to install Android Studio and any necessary SDK tools.

That's it! The following video shows each step of the recommended setup procedure.

As suggested from official doc here

I saw this answer elsewhere:

Apparently, the problem was that Android Studio 3.0 was already installed and uninstalled before this. The SDK got removed, but Android Studio's config didn't.

Removing the config from a previous install (C:\\Users\\.AndroidStudio3.0 folder) did the trick. When Android Studio started up, it opened a dialog about which parts of the SDK to download, and then proceeded as expected.

It worked for me :)

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