4725
|
1 ==============================================================================
|
4726
|
2 Simple DirectMedia Layer for Android
|
4725
|
3 ==============================================================================
|
|
4
|
|
5 Requirements: Android NDK r4 or later
|
|
6
|
|
7 Instructions:
|
|
8 1. Edit android/config.cfg to point to the location of the NDK
|
|
9 2. Run 'make -f Makefile.android'. If all goes well, libsdl.a should be created
|
|
10 3. Place your application source files in android/testproject/jni
|
|
11 4. Run 'ndk-build' (a script provided by the NDK). This compiles the C source
|
|
12 4. Run 'ant' in android/testproject. This compiles the .java and eventually
|
|
13 creates a .apk with the C source embedded
|
4726
|
14 6. 'ant install' will push the apk to the device or emulator (if connected)
|
4725
|
15
|
|
16
|