BuildStendhalForAndroid: Difference between revisions

Content deleted Content added
imported>AntumDeluge
imported>AntumDeluge
Ant: building with ant now supports the "android/local.properties" file
Line 79:
=== Ant ===
 
As with other instructions on building from the command line, the Android client can also be built with an [https://ant.apache.org/ Apache Ant target]. UnlikeThe usingsame theconditions Gradlerelated scriptsto directly,invoking the antGradle targetscripts ignoresdirectly theapply <spanto style="color:green;">android/local.properties</span>using file. So the environment variable must be setant.
 
From the Stendhal source root directory, execute the following.
Line 85:
Unix/Linux example:
<pre>
# with env variable set or sdk.dir set in local.properties
$ ant dist_client_android
 
Line 94:
Windows '''cmd''' example:
<pre>
# with env variable set or sdk.dir set in local.properties
> ant dist_client_android