• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps [C++] NDK e sqlite

emaborsa

Lurker
Hi, i have to use old legacy C++ code in an android application. When i build with C++ compiler for linux it works fine. When i use the NDK build command to create the NativeLibrary, it gives me the error "Undefined Reference to" to all sqlite variables. The C++ classes include a Database class, which include the sqlite3.h file, in the C++ make file i include the libsqlite3.a library. How do i include it in the NativeLibrary?
Please help me.
 
Back
Top Bottom