From 5eaf30caf37f91e8baf516ffe1e2c1c1a1140ca1 Mon Sep 17 00:00:00 2001 From: pelya Date: Thu, 8 Nov 2012 17:47:28 +0200 Subject: [PATCH] Updated readme for UfoAI project --- project/jni/application/ufoai/readme.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project/jni/application/ufoai/readme.txt b/project/jni/application/ufoai/readme.txt index ccd29fe43..1ea82d8e9 100644 --- a/project/jni/application/ufoai/readme.txt +++ b/project/jni/application/ufoai/readme.txt @@ -1,9 +1,10 @@ Quick build instructions: you have to download GIT repo from https://github.com/pelya/commandergenius , -then install Android SDK 2.2, NDK r5b from http://develoiper.android.com , and Apache Ant tool (and add them to your PATH), +then install Android SDK 4.0.3, NDK r8b 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 . + ./ChangeAppSettings.sh -a + android update project -p project 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. +It will create file project/bin/MainActivity-debug.apk which you can rename to ufoai.apk, sign with release key and put to Releases page.