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
Please provide the following information about your environment:
OS: Mac, Windows, Linux
Version: ViroCore version
Device(s): What device(s) are you are seeing the issue on (i.e. Samsung Note 8, Pixel 2 XL, etc)
Description
I'm targeting android 13 and up an I need the persmissions fix, but I incorporate the react viro .aar file into viro and then install it as a local version in my react native app it crashes with this error
Your app just crashed. See the error below.
java.lang.UnsatisfiedLinkError: dlopen failed: library "libviro_arcore.so" not found
java.lang.Runtime.loadLibrary0(Runtime.java:1082)
java.lang.Runtime.loadLibrary0(Runtime.java:1003)
java.lang.System.loadLibrary(System.java:1661)
com.viro.core.ViroViewARCore.init(ViroViewARCore.java:506)
com.viro.core.ViroViewARCore.<init>(ViroViewARCore.java:461)
The text was updated successfully, but these errors were encountered:
I can/could help you, but it's somehow disappointing that nobody approves my pull request to be able to improve the pipeline. That's why I'm not really involved here.
Having a proper CI could help us to reproduce your issue
@hannesa2 I ended up forking the repo and changed the script in the workflow to make a release version instead of debug, and it worked and it all worked out, and I stumbled into another issue that is app freezes when trying to record a video
Environment
Please provide the following information about your environment:
Description
I'm targeting android 13 and up an I need the persmissions fix, but I incorporate the react viro .aar file into viro and then install it as a local version in my react native app it crashes with this error
The text was updated successfully, but these errors were encountered: