tink-crypto/tink

Caused by: java.lang.RuntimeException: Field keySize_ for ia.u not found. Known fields are ...

SmartManoj opened this issue · 1 comments

Describe the bug:

The app crashed when opened.

How can we reproduce the bug?

App link

Relavant SO link

Do you have any debugging information?

Logcat : https://nekobin.com/tavavoqoqa

Provide your version information:

  • Environment: Android 13

I don't know what causes this problem, and how to fix it. It is not clear to me that this is related to Tink.

In the link you provided, someone suggested to use the prodguard rule "-keep class com.google.crypto.** { *; }". Maybe that solves the problem.