Install older Android SDK Version

For a Titanium project I recently needed to install an older version of the Android SDK tools (build tools API 24) to build an old project.

Find the path to sdkmanager and then run this command:

sdkmanager --install "platforms;android-24"