After following the "Build SFML for Android" guide, which might I add - almost nothing worked as expected.
I've come to the point where I ended up having to change the target from armeabi to armeabi-v7a as the build project was only interested in the v7a's SFML module files.
Now when I try to build the Android example project, I get this message:
D:\projects\sfml\examples\android>ndk-build [armeabi-v7a] Install : libsfml-activity.so => libs/armeabi-v7a/libsfml-activity.so process_begin: CreateProcess(NULL, D:/projects/android/ndk/build//../toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/bin/arm-linux-androideabi-strip --strip-unneeded ./libs/armeabi-v7a/libsfml-activity.so, ...) failed. make (e=2): The system cannot find the file specified. make: *** [libs/armeabi-v7a/libsfml-activity.so] Error 2 make: *** Deleting file `libs/armeabi-v7a/libsfml-activity.so'
It does seem to have an empty libs directory. Note the libs directory is in the example directory, not SFML modules lib.
Does anyone have any idea what's going wrong?