Sylvain Becker
79da113ed7
Fixed bug 3918 - CMake support for android project
2019-08-11 15:23:37 +02:00
Sylvain Becker
0c6417e562
Android: remove old code after Android-16 has been set as minimum requirement
2019-01-16 09:11:13 +01:00
Sam Lantinga
925eba4300
Updated Android project files and documentation
2018-10-28 10:31:06 -07:00
Sam Lantinga
16ffa91778
Updated required Android SDK to API 26, to match Google's new App Store requirements
2018-08-21 20:46:25 -07:00
Sam Lantinga
50719c8609
By default just build for 32-bit ARM and x86
2018-08-21 11:44:08 -07:00
Sam Lantinga
470afa6b34
On Android show the system UI when an SDL window is windowed, hide the system UI when it's fullscreen, like we do on iOS.
...
We're increasing the Android SDK minimum version to API 19, this doesn't increase the minimum target API, which is API 14.
2018-02-11 18:23:37 -08:00
Cole Campbell
3fdcaa213e
Allow Android Java shim to be built as an AAR
2018-01-09 19:11:34 -05:00
Sam Lantinga
8216efa3bd
Updated Android build tools version, which bumped minimum deployment target to API 14
...
Also added native code to the Android gradle project, which allows using gradle or Android Studio to build the entire SDL application without a separate ndk-build step.
2017-10-23 23:23:47 -07:00
Sam Lantinga
cea35f5176
Switched to new style gradle Android application build process
...
--HG--
rename : android-project/jni/src/Android.mk => android-project/app/jni/src/Android.mk
rename : android-project/src/org/libsdl/app/SDL.java => android-project/app/src/main/java/org/libsdl/app/SDL.java
rename : android-project/src/org/libsdl/app/SDLAudioManager.java => android-project/app/src/main/java/org/libsdl/app/SDLAudioManager.java
rename : android-project/src/org/libsdl/app/SDLControllerManager.java => android-project/app/src/main/java/org/libsdl/app/SDLControllerManager.java
2017-10-23 15:23:43 -07:00