Fixed bug 1405 - README.android misses build instruction: copy SDL_config_android.h -> SDL_config.h
1.1 --- a/README.android Mon Jan 30 21:39:26 2012 -0500
1.2 +++ b/README.android Tue Jan 31 20:55:17 2012 -0500
1.3 @@ -39,7 +39,8 @@
1.4
1.5 Instructions:
1.6 1. Copy the android-project directory wherever you want to keep your projects and rename it to the name of your project.
1.7 -2. Move this SDL directory into the <project>/jni directory
1.8 +2. Move this SDL directory into the <project>/jni directory and then copy
1.9 +SDL_config_android.h to SDL_config.h inside the include folder
1.10 3. Place your application source files in the <project>/jni/src directory
1.11 4. Edit <project>/jni/src/Android.mk to include your source files
1.12 5. Run 'ndk-build' (a script provided by the NDK). This compiles the C source