From 3134dc65b92a322e00922de94187cff09f105736 Mon Sep 17 00:00:00 2001 From: fysx Date: Tue, 31 Dec 2013 01:09:27 +0100 Subject: [PATCH] added better build instructions and set proper project name --- README.md | 7 +++++++ build.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 461f3f03..f215b8f5 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,16 @@ Install the Android SDK and Android NDK and run ndk-build +and after that + + ant debug + in the root folder of this project or load the project using Eclipse and compile/run it using Eclipse. +This should give you a .apk file in the bin/ subdirectory that you can then +install on your phone. + License: -------- diff --git a/build.xml b/build.xml index 9f19a077..8b4e1cb7 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - +