Sam Lantinga
6fcd640364
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
Sam Lantinga
819ee1e1cc
Removed armeabi from the SDL build API list, since it's not supported by the latest Android SDK
2018-01-27 12:07:05 -08:00
Sam Lantinga
be3cbc7751
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
b0c78879e9
Switched to new style gradle Android application build process
2017-10-23 15:23:43 -07:00