Can't find SDK folder inside Android studio path, and SDK manager not opening

前端 未结 15 634
情深已故
情深已故 2020-12-29 04:15

I have installed Android Studio for the millionth time but when i go to C:\\Program Files\\Android\\Android Studio , i can\'t find any folder named \"SDK\" , can\'t find it

相关标签:
15条回答
  • 2020-12-29 04:21

    I found it in /Users//Library/Android/sdk

    0 讨论(0)
  • 2020-12-29 04:24

    C:\Users\*********\AppData\Local\Android\Sdk

    Check whether the USERNAME is correct, for me a new USERNAME got created with my proxy extension.

    0 讨论(0)
  • 2020-12-29 04:24

    For me it was :

    C:\Users\{your-user-name}\AppData\Local\Android\Sdk\tools\bin
    

    Hope it helps!

    0 讨论(0)
  • 2020-12-29 04:27

    If you have downloaded the AS + SDK bundle:

    Assuming the defaults were left unchanged, you will find the SDK in C:\Users\%USERNAME%\AppData\Local\Android

    If it is missing at this location, one of the following reasons apply: you have chosen a custom location, you missed to install the SDK at all, or (unlikely) they have changed the default install location.

    Note #1: the AppData directory is hidden by default. If you have a standard Windows configuration, the C:\ path above should work "as is" (hit Win + R -> paste the path -> Enter).

    Note #2: you will never find the SDK in the Android Studio directory unless you have explicitly put it in there. The reason is that those directories might be deleted after installing a newer version of Android Studio and you would have to re-install the SDK as well.

    If you have retrieved the standalone SDK by some other means:

    The SDK location may vary (from my experience), however (assuming the default configuration) you will most likely find it in C:\Program Files\Android or C:\Users\%USERNAME%

    0 讨论(0)
  • 2020-12-29 04:27

    I had to open Android studio and go through the wizard. Android studio will install the SDK for you.

    0 讨论(0)
  • 2020-12-29 04:28

    SDK folder by defalut is in C:\Users\<user-name>\AppData\Local\Android. And the AppData folder is hidden in windows. Enable show hidden files in folder option, and give a look inside that.

    0 讨论(0)
提交回复
热议问题