Apr 1, 2018Install older Android SDK VersionFor 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"Share onANDROIDOSXSDKTITANIUM