BuildStendhalForAndroid: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
Ant: note that Ant target is wrapper that calls Gradle script
imported>AntumDeluge
Ant: add instructions for "gradle.params" property
Line 119: Line 119:
<pre>
<pre>
$ ant android -Dandroid.build=assembleRelease
$ ant android -Dandroid.build=assembleRelease
</pre>

Alternatively, an argument line can be passed to Gradle using the <span style="color:green;">gradle.params</span> property:

<pre>
$ ant android -Dgradle.params="assembleRelease assembleDebug"
</pre>
</pre>