Confirmed users
177
edits
Nalexander (talk | contribs) No edit summary |
m (Use bullets with requirements list) |
||
Line 7: | Line 7: | ||
== Pre-requisites == | == Pre-requisites == | ||
The Gradle build requires the | The Gradle build requires the following additional Android packages: | ||
* Android Support Repository | |||
* Google Repository | |||
Install them by navigating to the ''Extras'' section of the SDK list shown by the <tt>android</tt> tool (shipped with the Android SDK). | |||
The [http://mxr.mozilla.org/mozilla-central/source/mobile/android/gradle/app/build.gradle gradle config files] also explicitly specify the version (e.g., SDK v21 and build tools v21.1.1), in order to decrease IntelliJ problems in detecting the right version of Android tools to use. See {{bug|1123013}} for details. | The [http://mxr.mozilla.org/mozilla-central/source/mobile/android/gradle/app/build.gradle gradle config files] also explicitly specify the version (e.g., SDK v21 and build tools v21.1.1), in order to decrease IntelliJ problems in detecting the right version of Android tools to use. See {{bug|1123013}} for details. |