Files
commandergenius/project/jni/application/openttd
2012-10-10 20:14:22 +03:00
..
2012-10-10 20:14:22 +03:00
2012-10-10 20:14:22 +03:00
2012-10-10 20:14:22 +03:00
2010-11-16 18:20:29 +02:00
2012-09-07 02:40:56 +03:00
2012-10-10 20:14:22 +03:00
2012-02-10 11:28:08 +02:00

Quick compilation guide:
Download my GIT repo from https://github.com/pelya/commandergenius,
then install Android SDK, Android NDK, and "ant" tool, then launch commands
    rm project/jni/application/src
    ln -s openttd project/jni/application/src
    ./ChangeAppSettings.sh -a
    android update project -p project -t android-12
then download OpenTTD source release into the dir project/jni/application/openttd/openttd
(or create a symlink to it), then apply patch openttd-trunk-android.patch
and launch build.sh. That should be it.