tink-crypto / tink

Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
https://developers.google.com/tink
Apache License 2.0
13.47k stars 1.18k forks source link

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

Closed SmartManoj closed 1 year ago

SmartManoj commented 1 year ago

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:

juergw commented 1 year ago

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.