Skip to content

Crash on Android 5 - Proguard #15

@eliaslecomte

Description

@eliaslecomte

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions