# HG changeset patch # User Sam Lantinga # Date 1328061317 18000 # Node ID 2fa7e0540f955f9de6799604d620001ba4a1e767 # Parent f3dbef2cc0f22527233fb1c2c0b7395f6a18e18c Fixed bug 1405 - README.android misses build instruction: copy SDL_config_android.h -> SDL_config.h diff -r f3dbef2cc0f2 -r 2fa7e0540f95 README.android --- a/README.android Mon Jan 30 21:39:26 2012 -0500 +++ b/README.android Tue Jan 31 20:55:17 2012 -0500 @@ -39,7 +39,8 @@ 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