From 7b4c12cdc3988d1e5e5a785b9c4ab3a0bd857adf Mon Sep 17 00:00:00 2001 From: pelya Date: Fri, 4 Feb 2011 18:19:58 +0000 Subject: [PATCH] Updated UfoAI build instructions --- project/jni/application/ufoai/readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project/jni/application/ufoai/readme.txt b/project/jni/application/ufoai/readme.txt index 796b94ed2..ccd29fe43 100644 --- a/project/jni/application/ufoai/readme.txt +++ b/project/jni/application/ufoai/readme.txt @@ -1,7 +1,9 @@ Quick build instructions: you have to download GIT repo from https://github.com/pelya/commandergenius , -then install Android SDK 2.2, NDK r4b from http://develoiper.android.com , and Apache Ant tool, then you should launch commands +then install Android SDK 2.2, NDK r5b from http://develoiper.android.com , and Apache Ant tool (and add them to your PATH), +then you should launch commands rm project/jni/application/src ln -s ufoai project/jni/application/src cd project && android update project -p . then download UFO:AI GIT into the dir project/jni/application/ufoai/ufoai (or create a symlink to it if you already have downloaded it), and launch build.sh. That should be it. +It will create file project/bin/DemoActivity-debug.apk which you can rename to ufoai.apk and put to Releases page.