Hello there,
I've recently tried a little bit arround with using SFML.Net on Android using Xamarin. For that I've created an Xamarin.Andorid OpenGl-App and just randomly opened a RenderWindow.
I can't ensure that this will work yet since the instantiation of the RenderWindow fails due to a missing dll (DllNotFoundException on loading csfml-window-2). I have included the linux binaries (.so) in the apk and i can confirm that they actually are included in the apk. Also, the logs while debugging say that the library actually wanna get loaded using the correct path.
But regardless of that, has anyone done anything similar yet? And do you think this will be the right approach even if the native library gets loaded? Or does anyone already has running SFML.Net on Android?
Thanks