BuildStendhalForAndroid: Difference between revisions
Content deleted Content added
imported>AntumDeluge →Ant: add note |
imported>AntumDeluge →Ant: fixed building with ant on Windows |
||
Line 92:
</pre>
Windows '''cmd''' example:
<pre>
# with env variable set
> ant dist_client_android
# manually setting env variable
> set ANDROID_SDK_ROOT=C:\\path\\to\\sdk\\root
> ant dist_client_android
</pre>
The resulting .apk packages will be located in the <span style="color:green;"><source root>/build</span> directory.
| |||