Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Native method not found: com.facebook.crypto.cipher.NativeGCMCipher.nativeEncryptInit #174

Open
chowaikong opened this issue Apr 27, 2017 · 0 comments

Comments

@chowaikong
Copy link

I have run into this error many times in the production, not once in development.

Caused by: java.lang.UnsatisfiedLinkError: Native method not found: com.facebook.crypto.cipher.NativeGCMCipher.nativeEncryptInit

My Proguard rules contains

-keepclasseswithmembernames class * {
    native <methods>;
}

So I wonder why this error still taking place, mostly on 4.4 devices, any help?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant