Is it somehow possible to use SQLite with C++ on an Android phone? I haven\'t found any documentation around how this could be possible.
It isn't possible to use the built-in SQLite via NDK (or it wasn't six months ago when I looked into this), that can only be accessed with Java. However it may be possible to link in your own completely separate C++ build of SQLite.