I have an (outdated) project that needs the 25.3.1 SDK, but I can't find a way to download the sdk manager to sync the project.
I find a lot of description like Tools -> Android -> SDK Manager and then choose what you need.
The official documentation say the same https://developer.android.com/studio/intro/update.html#sdk-manager
To upgrade the project is unfortunately not an option.
I use macOS, Android Studio 2.3.3
Gradle:
buildToolsVersion '25.3.1'
So how can I download SDK 25.3.1?
Thanks for help