Android SDK is missing from Android Studio 3

I just downloaded Android Studio 3 for Windows from the official site, but when it starts, it displays an error message about the missing Android SDK :

Android SDK is missing.  You can get it from d.android.com/sdk

When I click this link, it simply redirects to the same official site. There is no separate link to download the SDK.

Where do I get this from? Should I install the Android SDK during the installation of Android Studio 3?

+20
source share
9 answers

-, , Android Studio 3.0 . SDK , Android Studio config .

(C:\Users\<user>\.AndroidStudio3.0) . Android Studio , , SDK , , .

+35

Windows 10 Android Studio 3.1. SDK , IDE. Android Studio SDK , . SDK SDK / SDK/ ( sh1t Sherlock). Android Studio SDK.

, Android Studio 3.1 " Maven" IDE.

Maven Android Studio SDK / SDK.

+4

Android Studio . C:\USERS\MYNAME\ANDROIDSTUDIOPROJECTS

c:\users\MYNAME\.ANDROIDSTUDIO3.1 c:\users\MYNAME\.ANDROID

. , .

+1

( ) ,

1 ( "c" ), c/user//androidstudioproject (    )

2 -

3

    a c/user/<your system name>/androidstudioproject

    b c/user/<your system name>/.android

  c 'c/user/<your system name>/AppData/Local/Android (keep hidden files on)'

4 androidstudio

( )

0

SDK .

https://developer.android.com/studio/#downloads
SDK " ".

zip C:\Users\USERNAME\AppData\Local\Android\Sdk

, sdk

0

.

, , . ( ), SDK.

0

SDK SDK, 4.4 KitKat , . , , "" , . Studio "C", "F" . , , "C", .

0

, Android Studio, , SDK. . Android SDK, SDK, . .

0


C:\Users\[USERNAME]\AppData\Local\Android\Sdk

and then I downloaded the tools from the section Command Line Tools Onlyat: https://developer.android.com/studio/#downloads

Then I unzipped the files to:
C:\Users\[USERNAME]\AppData\Local\Android\Sdk

Hope this helps someone.

0
source

All Articles