rive-flutter icon indicating copy to clipboard operation
rive-flutter copied to clipboard

Could not find 'libjnirivebridge.so'. Looked for: [x86], but only found: [].

Open forYouDevelop opened this issue 1 year ago • 3 comments

We have this issue after update Rive to 4 version

Fatal Exception: java.lang.RuntimeException: Unable to create application com.facemassage.ThisApplication: b3.d: a7.b: Could not find 'libjnirivebridge.so'. Looked for: [x86], but only found: []. at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5743) at android.app.ActivityThread.-wrap1() at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1656) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6494) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

rive: ^0.11.4 Flutter version 3.10.5 ndkVersion "25.1.8937393" compileSdkVersion 33

forYouDevelop avatar Jul 19 '23 22:07 forYouDevelop

HI @forYouDevelop , what was the previous version you were on? And what platform are you using, windows/linux/macOS?

HayesGordon avatar Jul 20 '23 08:07 HayesGordon

Hi I catch this issues on Android. The latest stable version was rive: ^0.10.3, then we migrated to 0.11.1, and now we use 0.11.4. And now have problems with NDK with rive

forYouDevelop avatar Jul 20 '23 08:07 forYouDevelop

No I meant from which platform are you building. If you're using Linux, it may be related to the issue mentioned here: https://github.com/rive-app/rive-flutter/issues/323#issuecomment-1638880701

Please see the platform_considerations doc for additional information

HayesGordon avatar Jul 24 '23 12:07 HayesGordon