The Enterprise edition build for Android ARM64 contains a broken native library.
The libsqlcipher.so
file from the .aar
archive is empty for the ARM64 platform.
Hello @Alex_Liubymov - I believe you’re referring to the SQLCipher for Android .NET Package, that you are unzipping the .nuget
package, and then unzipping the embedded .aar
file, is that correct?
If so, you’re likely seeing the result of a packaging bug in .NET which causes the first element of the zip file to expand incorrectly when using standard zip utilities. The file is actually present in the AAR and should be successfully expanded both by .NET and the Android system for use. This can can be verified by deploying the app out to an ARM64 device to see that it runs properly.
If you need to extract the .so
manually outside of the automatic .nuget
package expansion within a .NET Android app, please contact us for private support at support@zetetic.net and we’ll provide further guidance.
Hello!
Thank you for the fast response.
I’ve sent the message to the private support.