Mobile/Fennec/Android/IDEs: Difference between revisions

Line 8: Line 8:


# The Gradle build requires the ''Android Support Repository'' and ''Google Repository'' Android packages.  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 Gradle build requires the ''Android Support Repository'' and ''Google Repository'' Android packages.  Install them by navigating to the ''Extras'' section of the SDK list shown by the <tt>android</tt> tool (shipped with the Android SDK).
#: In order to decrease IntelliJ problems in detecting the right version of Android tools to use, the [http://mxr.mozilla.org/mozilla-central/source/mobile/android/gradle/app/build.gradle gradle config files] explicitly specify the version (e.g., SDK v21 and build tools v21.1.1). 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.
# The Gradle/IDE integration requires Android-Gradle plugin version '''1.0.0'''.  This, in turn, mandates either
# The Gradle/IDE integration requires Android-Gradle plugin version '''1.0.0'''.  This, in turn, mandates either
#* IntelliJ '''14.0.3 or higher''' (currently Early Access Preview only!); or
#* IntelliJ '''14.0.3 or higher''' (currently Early Access Preview only!); or
Confirmed users
400

edits