From df6c139eaa2f7b4b233b338887f9b9e43991f1a1 Mon Sep 17 00:00:00 2001 From: pelya Date: Tue, 6 Dec 2011 11:34:12 +0200 Subject: [PATCH] Updated readme --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index d59da31cd..094a7dce4 100644 --- a/readme.txt +++ b/readme.txt @@ -25,10 +25,10 @@ How to compile demo application =============================== Launch commands - android update project -p project -t android-12 rm project/jni/application/src ln -s ballfield project/jni/application/src - ChangeAppSettings.sh -a + ./ChangeAppSettings.sh -a + android update project -p project -t android-12 Then edit file build.sh if needed to add NDK dir to your PATH, then launch it. It will compile a bunch of libs under project/libs/armeabi, create file project/bin/DemoActivity-debug.apk and install it on your device or emulator.