Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
forYouDevelop opened this issue Jul 19, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@forYouDevelop
Copy link

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 forYouDevelop added the bug Something isn't working label Jul 19, 2023
@HayesGordon
Copy link
Contributor

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

@forYouDevelop
Copy link
Author

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

@HayesGordon
Copy link
Contributor

No I meant from which platform are you building. If you're using Linux, it may be related to the issue mentioned here:
#323 (comment)

Please see the platform_considerations doc for additional information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants