From bbc81c7354d632bf2ba657e9eabf3587ef5116b1 Mon Sep 17 00:00:00 2001 From: Paul Hunkin Date: Sat, 14 Aug 2010 16:17:17 +1200 Subject: [PATCH] Added initial README.android --- README.android | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.android diff --git a/README.android b/README.android new file mode 100644 index 000000000..5fe9d23f8 --- /dev/null +++ b/README.android @@ -0,0 +1,16 @@ +============================================================================== +Building the Simple DirectMedia Layer for Android +============================================================================== + +Requirements: Android NDK r4 or later + +Instructions: +1. Edit android/config.cfg to point to the location of the NDK +2. Run 'make -f Makefile.android'. If all goes well, libsdl.a should be created +3. Place your application source files in android/testproject/jni +4. Run 'ndk-build' (a script provided by the NDK). This compiles the C source +4. Run 'ant' in android/testproject. This compiles the .java and eventually +creates a .apk with the C source embedded +6. 'ant install' will push the apk to the device + +