sdkandroid-sdk-manager

Can't find Android Support Repository in SDK Manager


I am following this: https://developer.android.com/sdk/installing/adding-packages.html At step 2, I can't seem to find an option to download Android Support Repository in the Extras folder.

enter image description here

In the extras folder, you can see there's no option to download it. Am I doing anything wrong?


Solution

  • Under Tools, select Android SDK Tools and Android SDK Platform-tools and update.

    enter image description here

    Once updated, restart your SDK Manager. Android Support Repository will now be available under Extras.

    enter image description here