BuildStendhalForAndroid: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
Gradle: changes to instructions
imported>AntumDeluge
Ant: additional instructions
Line 105: Line 105:


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;">assembleRelease</span>.

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