Monday, September 26, 2022

[FIXED] How to call C/C++ binaries (ported on linux server) from Android application

Issue

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.


Solution

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

JNI tutorial



Answered By - user2143600
Answer Checked By - David Goodson (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.