Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: sfml android crashes for lower APIs  (Read 715 times)

0 Members and 1 Guest are viewing this topic.

oblivion_

  • Newbie
  • *
  • Posts: 1
    • View Profile
sfml android crashes for lower APIs
« on: November 01, 2018, 06:21:57 pm »
hello, i am trying to build sfml app for android and for lower APIs(like 18) it crashes before starting with this error:
Code: [Select]
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?
« Last Edit: November 01, 2018, 06:23:40 pm by oblivion_ »

 

anything