🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

sfml android crashes for lower APIs

Started by
0 comments, last by oogway 5 years, 8 months ago

hello, i am trying to build sfml(sample) app for android and for lower APIs(like 18) it crashes before starting with this error: 


Caused by: java.lang.IllegalArgumentException: Unable to load native library: /data/app-lib/org.sfmldev.android-2/libsfml-activity-d.so
        at android.app.NativeActivity.onCreate(NativeActivity.java:184)
        at android.app.Activity.performCreate(Activity.java:5133)
        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)

However the strange thing is i can run it fine on higher APIs(like 25). any clues?

This topic is closed to new replies.

Advertisement