I know, there's a lot of questions to how reuse a native code on Android.
But, it's always necessary to use JNI. And, for my app, it's a problem because I can't do any modification on my C/C++ code.
Is there a way like JNA that I can use on Android?
I'm using Eclipse and windows. If it be possibe to reuse the code like a library (.dll or .so), it will be perfect.