Mobile/Fennec/Android/IDEs: Difference between revisions

→‎Really quick start: Add warning that 'mach ide intellij' doesn't seem to work for mach artifact
No edit summary
(→‎Really quick start: Add warning that 'mach ide intellij' doesn't seem to work for mach artifact)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
== Pre-requisites ==
== Pre-requisites ==


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 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.
Line 27: Line 32:


== Really quick start ==
== Really quick start ==
'''Warning: this doesn't seem to work for a mach artifact build, follow the Quick Start instructions below instead.'''


Try:
Try:
46

edits