You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: