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 @@ - +