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
While using this app on Android L (5) devices, our app crashes:
No pending exception expected: java.lang.NoSuchFieldError: no "J" field "mCtxPtr" in class "Lcom/facebook/crypto/cipher/NativeGCMCipher;" or its superclasses
I could mitigate this crash by adding this proguard rule: -keep class com.facebook.crypto.** { *; }
I wonder, what are the correct proguard rules as it appears they are not shipped with the library?
The text was updated successfully, but these errors were encountered:
While using this app on Android L (5) devices, our app crashes:
I could mitigate this crash by adding this proguard rule:
-keep class com.facebook.crypto.** { *; }
I wonder, what are the correct proguard rules as it appears they are not shipped with the library?
The text was updated successfully, but these errors were encountered: