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.
Just download the SQLite3 amalgamation source file from: http://www.sqlite.org/download.html
And then add sqlite3.c to your LOCAL_SRC_FILES variable in Android.mk.
sqlite3.c
LOCAL_SRC_FILES
Android.mk
2.1m questions
2.1m answers
60 comments
57.0k users