-2
Every time I install android Studio it comes without the SDK.I’ve checked the most common paths where the installer puts it and nothing. What can I do in this case , how do I install the android SDK ?
-2
Every time I install android Studio it comes without the SDK.I’ve checked the most common paths where the installer puts it and nothing. What can I do in this case , how do I install the android SDK ?
2
Generally, Android Studio already comes with the built-in SDK. But you can install the SDK via the SDK Manager tab, located at the top of Android Studio.
Browser other questions tagged android android-studio
You are not signed in. Login or sign up in order to post.
Usually in windows, it is installed in
C:\Users\User\AppData\Local\Android\Sdk
. The briefcaseAppData
is hidden.– rbz