BuildStendhalForAndroid: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge →Gradle: update instructions for changes to source |
imported>AntumDeluge →Ant: note that Ant target is wrapper that calls Gradle script |
||
| Line 90: | Line 90: | ||
=== Ant === |
=== 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]. The same conditions related to invoking the Gradle scripts directly apply to using 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]. The Ant target is a wrapper that calls the Gradle script and passes parameters to it. The same conditions related to invoking the Gradle scripts directly apply to using ant. |
||
From the Stendhal source root directory, execute the following. |
From the Stendhal source root directory, execute the following. |
||