Android load and call Native Library with Pure C/C++

I am using the set up which uses Pure C/C++ code or hasCode="false" in AndroidManifest.xml.

I would like to load a C/C++ native library .so file and call a function from it inside my main.cpp/.c without using or adding any Java code. I can't find any guide or tutorial so far as usually I see the JNI method.
I have zero droid experience but it seems to me this would work like anything else... you would link the library file and add the .h for it into your project and call the routine in the code, the compiler should sort that out. Do c++ compiled programs need a manifest that lists their dependency? If so you will need that, but such things seem to be for scripted type languages?
Topic archived. No new replies allowed.