BuildStendhalForAndroid: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
Add instructions to specify a signing keystore
imported>AntumDeluge
Ant: list available builds
Line 115: Line 115:
The resulting .apk packages will be located in the <span style="color:green;"><source root>/build</span> directory.
The resulting .apk packages will be located in the <span style="color:green;"><source root>/build</span> directory.


The build type can be set manually using the <span style="color:green;">android.build</span> property. The default is <span style="color:green;">assembleDebug</span>.
The build type can be set manually using the <span style="color:green;">android.build</span> property. Value can be one of <span style="color:green;">assembleRelease</span> or <span style="color:green;">assembleDebug</span>. The default is <span style="color:green;">assembleDebug</span>.


<pre>
<pre>
$ ant dist_client_android -Dandroid.build=assembleDebug
$ ant dist_client_android -Dandroid.build=assembleRelease
</pre>
</pre>