You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/android-project
Sam Lantinga 6c38c9007b Update Android SDK required to API level 16
Sylvain

Some API 16 methods are used (InputDevice: getDescriptor(), getVibrator()), so we need to compile at least with SDK API 16. Hence default.properties and project.properties have been modified to use android-16.

There are also some modification to SDLActivity.java not to use getVibrator() if we run under API 16. And not to check to presence of hasVibrator() if we are under API 11.
-some hard-coded constant can be expandend.
- rename a local variable (hasVibrator to hasVibratorService)
8 years ago
..
jni Fixed bug 3789 - Android : small clean up 8 years ago
res Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
src/org/libsdl/app Update Android SDK required to API level 16 8 years ago
AndroidManifest.xml Fixed bug 3191 - haptic system on android? 8 years ago
ant.properties Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
build.properties Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
build.xml Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
default.properties Update Android SDK required to API level 16 8 years ago
proguard-project.txt Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
project.properties Update Android SDK required to API level 16 8 years ago