I'm trying to use a custom function in sqlite3. I found no way in Java to do that so I moved on android-ndk, but now I'm having troubles integrating sqlite3 sources in my project. Compiler give me an error 'sqlite3_api' was note declared in this scope. In my source "sqlite3ext.h" is included (sqlite3 amalgamation is also included in project).
Any suggestion is welcome!