Cleanups.

- Moved to 'project' instead of 'testproject'
- Removed extraneous .c files
- Removed the android_libs folder (that was against the NDK agreement anyway)
This commit is contained in:
Paul Hunkin 2010-08-17 15:35:56 +12:00
parent beeccf04c7
commit ab688d00e3
19 changed files with 1363 additions and 4 deletions

View file

@ -1,5 +1,5 @@
==============================================================================
Building the Simple DirectMedia Layer for Android
Simple DirectMedia Layer for Android
==============================================================================
Requirements: Android NDK r4 or later
@ -11,6 +11,6 @@ Instructions:
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
6. 'ant install' will push the apk to the device or emulator (if connected)