Can't find Android Support Repository in SDK Manager

android-sdk-manager, sdk

Solution

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

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

Problem

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. In the extras folder, you can see there's no option to download it. Am I doing anything wrong?

Original source

Related problems