sqlchiper

  1. R

    Android Question Can I update to a newer version of SQLCipher?

    Currently using SQLCipher 1.6, which uses SQLite version 3.25.2 and was compiled 25/Sep/2018. According the .xml file (SQLCipher.xml) SQLCipher depends on the .aar file android-database-sqlcipher-4.0.0.aar. Now I have newer versions of the SQLCipher .aar file, that is...
  2. R

    Android Question WSABuilds

    Just noticed this in the Tutorials and Examples forum and wasn't aware of that and it looks interesting. Would that work running a B4A app on Windows if that app uses an SQLCipher (SQLite) DB? RBS
  3. S

    Android Question net.sqlcipher.database.SQLiteException: file is not a database

    Hi, after updating to Android 13 a receive this message into my app where i use sqlchiper database. net.sqlcipher.database.SQLiteException: file is not a database: , while compiling: select count(*) from sqlite_master; on this line...
  4. S

    Android Question Error debug SQLCHIPER

    I have a B4A app where i using sqlchiper version 1.50 and try to run into emulator api28 but have this error: adb: failed to install SecureAccountManager_RAPID_DEBUG.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113] I want to use new library of...
Top