T
T
troffee2015-01-22 08:49:26
Android
troffee, 2015-01-22 08:49:26

Where does android studio store its SDKs?

I wanted to see an example from github.com via file-import samples in Android Studio. And then the program began to swear that the path to the sdk was not specified. Yes, I can point to my old sdk, but there is no necessary API there, and downloading via a 32 kb / s modem is too long.
(The studio itself was downloaded for three days)
Where is the sdk stored by default?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Eugene, 2015-01-22
@Eugene22

if I'm not mistaken, AppData/Local/Android

A
Anton Smirnov, 2015-01-22
@Ntnsmirnov

for the sdk project, you can see File -> Project Structure -> SDK Location
And by default in Android Studio, the sdk api is not loaded

P
Peter, 2020-05-10
@iGoSystem

Windows :
C:\Users\user\AppData\Local\Android\Sdk
or:
%LOCALAPPDATA%\Android\sdk
For Linux : ~/Android/Sdk
For Mac : ~/Library/Android/sdk

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question