Hello,
i'm upgrading an app to API 26 , after changing target api to 26 instead of 21 i got this error
library : NDKSpeex wrapped by @warwound (i don't have the library source code)
any ideas to make it work ?
i'm upgrading an app to API 26 , after changing target api to 26 instead of 21 i got this error
B4X:
** Activity (main) Create, isFirst = true **
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.test-AQLJKddiLKGSeN75_Lf5Rg==/lib/arm/libspeex.so" has text relocations
at java.lang.Runtime.loadLibrary0(Runtime.java:1016)
at java.lang.System.loadLibrary(System.java:1657)
at com.purplefrog.speexjni.SpeexEncoder.<clinit>(SpeexEncoder.java:72)
at uk.co.martinpearman.b4a.ndkspeex.SpeexEncoderWrapper.Initialize(SpeexEncoderWrapper.java:121)
at com.test.main._activity_create(main.java:444)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:710)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:342)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:249)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:139)
at com.test.main.afterFirstLayout(main.java:102)
at com.test.main.access$000(main.java:17)
at com.test.main$WaitForLayout.run(main.java:80)
at android.os.Handler.handleCallback(Handler.java:789)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6938)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
** Activity (main) Resume **
library : NDKSpeex wrapped by @warwound (i don't have the library source code)
any ideas to make it work ?