Mobile/Fennec/Android/Updating SDK on builders

From MozillaWiki
< Mobile‎ | Fennec‎ | Android
Revision as of 18:53, 4 June 2015 by Mcomella (talk | contribs) (Created page with "This page details how to update the remote builders' SDK versions for Nightly builds, Treeherder, etc. == Requirements == * A tooltool account & authorization token == Proce...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:

  1. 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