I'm using SQLCipher Library V1.6 with 3.5.9.arr additional file.
File 3.5.9.arr support SQLite 3.20.x that didn't work some query syntax, minimal required 3.24 to run the query. then I try to use 4.4.0.arr but it won't work.
Need help please.
Edit: this library isn't compatible with the 16KB page size requirement. Don't use it. SQLCipher is an open source project that extends SQLite and adds full database encryption. License: https://www.zetetic.net/sqlcipher/open-source/ B4A SQLCipher is a special subtype of SQL object. There is...
I'm using B4A V.10
I've solved my problem a few days ago. Now SQLite version in my project is V3.27 with SQLCipher Library V1.6 dependsOn 4.1.2.arr in XML file.