Hi.. can someone give me a guide on how I can add headers to my native c file.
So here's the details.
I was able to setup my android project to call a native function from a .so file. And actually I need to add box2d to my project, but I when I include the header files, it won't make. So basically my problem is how do I tell the make file to include a whole folder with header and cpp files.
I tried adding the path directly to the include statement just for the sake of testing it. The error goes away, but new errors come out.
Can anyone give me a simple guide how I to do this? Or what lines in the android.mk file should I add? I've been struggling for a week now, and other tutorials are really not that helpful.