I'm working on an Android app with a Java component and a C++ component via JNI. The C++ component is used on other platforms.
It would make my life considerably easier if the C++ component could query the existing SQLite database (via the SQLite C API), without having to shell calls out to the Java side.
I know it's a long shot, has anyone attempted this?