Hi all,
My android build works great on a Android 5.1.1 tablet but not on my 4.4.4 android phone. The error message is:
"
SDL Error
An error occurred while trying to start the application. Please try again and/or reinstall.
Error: dlopen failed: could not load library "libavformat-56.so" needed by "libsdlmain.so"; caused by cannot locate symbol "atof" referenced by "libavformat-56.so" ...
"
I did some search and i've seen that the issue has already been identified:
I guess it has to do with the video library, any chance to address this? At the moment, it seems the Android builds work great on versions > 5 but not on earlier ones.