Native Android App Crashing with JNI error

Hello,

After migrating to the 1.7.4 version of the reader-sdk for Android our app stared crashing with the following error:

JNI DETECTED ERROR IN APPLICATION: JNI FindClass called with pending exception java.lang.NoSuchMethodError: no non-static method "Lcom/squareup/cardreader/CardInfo;.<init>(ILjava/lang/String;Ljava/lang/String;Lcom/squareup/cardreader/EmvApplication;II)V"

We went through this page https://developer.squareup.com/docs/reader-sdk/build-on-android and everything is set as described.

Any assistance will be much appreciated!

Are using proguard/r8 which is stripping this code out since it thinks it is unused? :slightly_smiling_face:

Hey Bryan! No, obfuscation is disabled. Any other ideas? :confused: