SQLite and Android NDK
August 27, 2015 —
BarryK
I would like to learn how to do stuff with the Android Native Development Kit (NDK). This is what Appmethod makes use of to bypass using Java.
This looks like a nice way to start learning:
http://www.roman10.net/how-to-compile-sqlite-for-android-using-ndk/
Some convenient build scripts have been posted:
https://github.com/stockrt/sqlite3-android
There is a special version of SQLIte, named SEE, that supports encryption of the database:
https://www.sqlite.org/see/doc/trunk/www/readme.wiki
...SEE is not free though. Can't find a price anywhere.
Comments
I found it, US$2,000 one-off perpetual license.Forget it!
SQLCipher provides encryption for SQLite, and it is open source:
https://www.zetetic.net/sqlcipher/
Tags: general