Mobile/Fennec/Android/Updating SDK on builders: Difference between revisions

From MozillaWiki
< Mobile‎ | Fennec‎ | Android
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 5: Line 5:


== Procedure ==
== Procedure ==
** Download the [http://developer.android.com/sdk/index.html#Other latest Android SDK for Linux]  
* Download the [http://developer.android.com/sdk/index.html#Other 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:
* 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
** Tools
** Platform tools
** Platform tools

Revision as of 18:53, 4 June 2015

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