BuildStendhalForAndroid: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge →Ant: add note |
imported>AntumDeluge →Ant: fixed building with ant on Windows |
||
| Line 92: | Line 92: | ||
</pre> |
</pre> |
||
Windows '''cmd''' example: |
|||
'''''NOTE:''' building with ant on Windows not currently supported'' |
|||
<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. |
The resulting .apk packages will be located in the <span style="color:green;"><source root>/build</span> directory. |
||