Already installed Android Studio several times, but I can not understand what the problem is. In the window where components should be labeled I do not have the Android SDK component I need, according to tutoriols, they are shown this way: I am in this noob, please help

    2 answers 2

    It looks like you already have Android SDK installed. You can install (install) the components you need after installing Android Studio . Go to File -> Settings -> Appearance & Behavior -> System Settings -> Android SDK , select the components you need and click OK (the studio itself can select the necessary components, so you just have to click OK ):

    Picture

    Then just follow the instructions.

    (The screenshot was taken in Intellij IDEA , similarly in Android Studio . It’s just not at hand)

      The Android Studio installer, just as previously, suggests installing / updating the Android SDK .

      But here the choice of the target folder for installing the Android SDK at the initial stage was removed. All the tutorials that I found on the Internet use the old interface of the installer Android Studio .

      You can choose your own target folder in the following steps. Be careful not to miss the following screen:

      enter image description here

      Next, clicking the button with three dots, specify the path where we want to install the Android SDK .

      enter image description here

      For example, I have a 128GB SSD allocated for the system, which is of course convenient, but there is still little space left. Therefore, I chose to install on a more capacious HDD 500GB. Because the way I look like is D:\android\Sdk .

      Important! Just writing a path is not enough. You need to create an empty folder called Sdk .

      Next, click Next to continue the installation.