Some customers have experienced the java.lang.UnsatisfiedLinkError when attempting to load the native library associated with SQLCipher for Android. Based on reports, this tends to occur more often during an application update while using the Android App Bundle (i.e., AAB) packaging format.
If you experience this issue, we’ve received successful reports from customers indicating setting of android:extractNativeLibs to true within your application manifest, and additionally setting the useLegacyPackaging option to true in build.gradle have resolved the issue. Please consider trying these adjustments if you experience a java.lang.UnsatifiedLinkError when attempting to load SQLCipher.