Mobile/Fennec/Android/Updating SDK on builders
Jump to navigation
Jump to search
This page details how to update the remote builders' SDK versions for Nightly builds, Treeherder, etc.
Requirements
- A tooltool account & authorization token
Procedure
- Download the latest Android SDK for Linux
- Download the tools necessary for building. On Linux, this can be done via the `android` utility in the downloaded SDK. For other platforms, see below! Currently (6/4/15), these tools are:
- Tools
- Platform tools
- Build tools
- Android Support Library
- Google Play services
Downloading tools on non-Linux machines
You can't run the `android` binary locally so you'll have to download the tools from the URLs directly:
- Run `android list sdk` - it'll output it's sources for the various tools it needs to install
Example URLs
https://dl-ssl.google.com/android/repository/platform-tools_r22-linux.zip https://dl-ssl.google.com/android/repository/android-22_r02.zip