# HG changeset patch # User Paul Hunkin # Date 1281759437 -43200 # Node ID 4eb9d3c7fdd288f9f3794048ba235940ed91e1b3 # Parent d86332c0fb9b29c474ed5b593c15424635a4167e Added initial README.android diff -r d86332c0fb9b -r 4eb9d3c7fdd2 README.android --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.android Sat Aug 14 16:17:17 2010 +1200 @@ -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 + +