Commit Graph

16 Commits

Author SHA1 Message Date
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