From 9b71b5dd9b0447a571de4eebae3c4e3076049037 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 31 Jan 2012 20:55:17 -0500 Subject: [PATCH] Fixed bug 1405 - README.android misses build instruction: copy SDL_config_android.h -> SDL_config.h --- README.android | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.android b/README.android index e556db074..70638ca77 100644 --- a/README.android +++ b/README.android @@ -39,7 +39,8 @@ src/main/android/SDL_android_main.cpp Instructions: 1. Copy the android-project directory wherever you want to keep your projects and rename it to the name of your project. -2. Move this SDL directory into the /jni directory +2. Move this SDL directory into the /jni directory and then copy +SDL_config_android.h to SDL_config.h inside the include folder 3. Place your application source files in the /jni/src directory 4. Edit /jni/src/Android.mk to include your source files 5. Run 'ndk-build' (a script provided by the NDK). This compiles the C source