Question

I have developed C/C++ binaries and I have android app. I have ported binaries on linux base server and now I would like to use this binaries in my android app. Can i call this binaries from my app? Is it possible, please excuse me as I don't have any idea about this.

Was it helpful?

Solution

Here you will find a nice tutorial to implement C code into your Android Project:

JNI tutorial

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top