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

Crash "libcorecrypto.so" not found on Pixel 6 Pro, Android 12 #407

Open
mindhacker42 opened this issue Nov 10, 2021 · 0 comments
Open

Crash "libcorecrypto.so" not found on Pixel 6 Pro, Android 12 #407

mindhacker42 opened this issue Nov 10, 2021 · 0 comments

Comments

@mindhacker42
Copy link

We experienced a crash with WalletKit SDK, using older version of master 7d65484:

Fatal Exception: java.lang.UnsatisfiedLinkError
Unable to load library 'corecrypto': dlopen failed: library "libcorecrypto.so" not found dlopen failed: library "libcorecrypto.so" not found dlopen failed: library "/data/app/~~IOgLs8JXtpFjr1pmHl6F0A==/net.globalid-G5uWj_YYp83ALluBjjceGA==/split_config.arm64_v8a.apk!/lib/arm64-v8a/libcorecrypto.so" not found Native library (android-aarch64/libcorecrypto.so) not found in resource path (.)

Stacktrace:

com.sun.jna.NativeLibrary.loadLibrary (NativeLibrary.java:301)
com.sun.jna.NativeLibrary.getInstance (NativeLibrary.java:461)
com.sun.jna.NativeLibrary.getInstance (NativeLibrary.java:403)
com.breadwallet.corenative.CryptoLibrary.<clinit> (CryptoLibrary.java:30)
com.breadwallet.corenative.CryptoLibraryDirect.<clinit> (CryptoLibraryDirect.java:475)
com.breadwallet.corenative.CryptoLibraryDirect.cryptoAccountCreate (CryptoLibraryDirect.java)
com.breadwallet.corenative.crypto.BRCryptoAccount.createFromPhrase (BRCryptoAccount.java:42)
com.breadwallet.corecrypto.Account.createFromPhrase (Account.java:56)
com.breadwallet.corecrypto.CryptoApiProvider$1.createFromPhrase (CryptoApiProvider.java:35)
com.breadwallet.crypto.Account$-CC.createFromPhrase (Account.java:32)

Environment: Pixel 6 Pro, Android 12

@mindhacker42 mindhacker42 changed the title Crash on Pixel 6 Pro, Android 12 Crash "libcorecrypto.so" not found on Pixel 6 Pro, Android 12 Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant