Yoyu
Yoyu
I think there problem with libc++_share.so file. Please pay attention to EM_AARCH64 (183) instead of EM_X86_64 (62). I think if use EM_X86_64 libc++_share.so file will solve problem. Thank you.
Contributor details Your Expensify account email: [email protected] Upwork Profile Link: https://www.upwork.com/freelancers/~010e420e4da95306da I think there problem with libc++_share.so file. Please pay attention to EM_AARCH64 (183) instead of EM_X86_64 (62). I think...
allprojects { repositories { google() center() ... // force dependency versions on all subprojects configurations.all { resolutionStrategy { // use 0.9.0 to fix crash on Android 11 force "com.facebook.soloader:soloader:0.9.0" }...
`allprojects { repositories { google() center() ... // force dependency versions on all subprojects configurations.all { resolutionStrategy { // use 0.9.0 to fix crash on Android 11 force "com.facebook.soloader:soloader:0.9.0" }...
higher soloader version like I explained above
I can't understand exactly. @akinwale Can I have further detail about proposal, It will thankful if you give me an example.
1. The issue is runtime error occured when load the libc++_shared library. 2. It, the root cause maybe concern with facebook's soloader version problem. 3. I suggest that version up...
## Proposal ### On the 1.4.35-5 build got 3 crashes on the OnePlus8Pro device: ### Caused by java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libhermes.so caused by: couldn't find DSO to...
## Proposal ### Please re-state the problem that we are trying to solve in this issue. . On the 1.4.35-5 build we have got 3 crashes on the OnePlus8Pro device...
Which branch I have to fork?