sqlite3-android icon indicating copy to clipboard operation
sqlite3-android copied to clipboard

SQLite CLI and Library build scripts for Android

Results 4 sqlite3-android issues
Sort by recently updated
recently updated
newest added

sqlite.org supports https download URL, so use that instead (especially since downloaded zip is not being verified).

Can you add readline support? To use Tab and arrow keys in the interactive shell...

I'm trying to compile with `-DSQLITE_ENABLE_ICU=1` -- it doesn't work straight away due to issues with includes. Any ideas?

Since API 35, Google Play requires libraries to be compatible with 16kb page size. That means recompile libraries to 64 bit. Actually the script generates a 32 bit library.