Gabriel Schneider
Gabriel Schneider

Reputation: 635

New version of Android Studio is missing Android SDK

So for some reasons I had to uninstall Android Studio and all its components from my computer and went ahead and downloaded the new version from the oficial website here. I followed all the installation steps but the Android SDK is not being installed. There is no option to install it during the installation process:

enter image description here

If I proceed with the installation I will get a message when I run Android Studio that there is no Android SDK path specified. Well since there was no option to install it there is no SDK files in my computer. I even checked the default paths where the SDK are located but no success. I also can't find a download link for the SDK anywhere, just the link from the official website that comes with no SDK to install. Can someone please help me? Am I missing something?

EDIT 1

As requested by CommonsWare, this is what pops up when I first run Android Studio after the installation is completed:

enter image description here

If I click on the link provided where it says I can get the SDK files, I get redirected to the page where I downloaded the Android Studio installer.

Upvotes: 0

Views: 363

Answers (1)

user9170128
user9170128

Reputation:

The Android SDK path is usually C:\Users\\AppData\Local\Android\sdk.

Kindly browse for your Android SDK path and mention the same path when asked for choosing an SDK.

Hope this helps you

Upvotes: 2

Related Questions