Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added initial README.android
Browse files Browse the repository at this point in the history
  • Loading branch information
bieh committed Aug 14, 2010
1 parent 655c893 commit bbc81c7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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


0 comments on commit bbc81c7

Please sign in to comment.