Commit Graph

22 Commits

Author SHA1 Message Date
Gabriel Jacobo
d968b810d8 README.android improvements by W. Boeke, bug #1637 2012-11-21 08:27:36 -03:00
Sam Lantinga
18ff9bf137 Improved default behavior for pause/resume on Android 2012-11-07 20:17:27 -08:00
Sam Lantinga
7076f62767 Yes, you should customize AndroidManifest.xml 2012-11-05 07:39:03 -08:00
Sam Lantinga
4a2bb79adf Added link to the emulator info, which is extremeley useful for testing OpenGL ES 2.0 2012-11-04 20:20:36 -08:00
Sam Lantinga
17f1257e68 Added information on running valgrind on Android 2012-11-04 13:49:32 -08:00
Sam Lantinga
2a972eadfe Added documentation on loading assets on Android. 2012-11-04 09:45:18 -08:00
Sam Lantinga
94ca45bd69 Updated the Android project template and README.android
Added information on how to customize your application name and icon.
Added information on using STL with an Android application
Increased the minimum API level to 10, because that's the lowest API
that currently has an emulator image for testing.
2012-11-02 02:37:49 -07:00
Ryan C. Gordon
c9511b1682 Bumped up Android SDK version in README.android. 2012-08-04 00:01:34 -04:00
Gabriel Jacobo
af5f6d6ddb Fixes #1422, removes global JNI Env, uses per thread copies, adds thread auto detaching. 2012-07-09 18:08:06 -03:00
Gabriel Jacobo
1be4f2c07f Fixes #1422, restores GL context automatically under Android 2012-06-19 13:57:42 -03:00
Sam Lantinga
65235aa874 Fixed bug 1405 - README.android misses build instruction: copy SDL_config_android.h -> SDL_config.h 2012-01-31 20:55:17 -05:00
Sam Lantinga
11eb9edacf Added information about starting a command shell on the device 2011-01-12 12:40:11 -08:00
Sam Lantinga
d966529876 Added information about doing a clean build 2011-01-12 12:35:46 -08:00
Sam Lantinga
1e8425ff46 Added info for building your code without optimizations on 2011-01-12 12:34:23 -08:00
Sam Lantinga
bc780444d5 Added information about decoding native stack traces 2011-01-12 12:31:51 -08:00
Sam Lantinga
9f84ce6589 Added some more information on how the port works 2011-01-07 15:18:17 -08:00
Sam Lantinga
b6c7ff60dc Added the Android project and lots of info to README.android 2011-01-06 17:12:31 -08:00
Sam Lantinga
6da7a17174 Build the SDL library as a shared object on Android, so it will work correctly with SDL_image and SDL_ttf. 2011-01-06 16:11:21 -08:00
Sam Lantinga
dd58eeee58 Added the step to edit local properties 2011-01-04 12:39:10 -08:00
Paul Hunkin
faaae689b9 Updated the readme 2010-08-17 17:28:14 +12:00
Paul Hunkin
fe9cff081b Cleanups.
- Moved to 'project' instead of 'testproject'
- Removed extraneous .c files
- Removed the android_libs folder (that was against the NDK agreement anyway)
2010-08-17 15:35:56 +12:00
Paul Hunkin
412a885716 Added initial README.android 2010-08-14 16:17:17 +12:00