Android crash Fatal Exception: java.lang.UnsatisfiedLinkError dlopen failed: library "libTrustWalletCore.so" not found #3702
Replies: 4 comments
-
Hi @taras1vovchenko, which version of TrustWalletCore do you use? How do you import TrustWalletCore in your app? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response! Everything was set up step-by-step by your guide. I've tried to launch and test the app on several devices, but I didn't have any issues with the library. I checked your official example and a few other examples on GitHub, and I have almost the same code |
Beta Was this translation helpful? Give feedback.
-
Hi @taras1vovchenko, probably, there is a mistake in android package config. |
Beta Was this translation helpful? Give feedback.
-
Hello @satoshiotomakan, @AndrewChupin! Any updates on this?
We are calling |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Greetings! I released android app with wallet-core library and started to get a lot of crashes in crashlytics
Fatal Exception: java.lang.UnsatisfiedLinkError
dlopen failed: library "libTrustWalletCore.so" not found
Crash occurs at the beginning of the app in line
System.loadLibrary("TrustWalletCore")
To Reproduce
add line System.loadLibrary("TrustWalletCore") inside of onCreate of Application class
Expected behavior
Library is loaded successfully
Screenshots
Beta Was this translation helpful? Give feedback.
All reactions