Scorpion
Scorpion

Reputation: 6891

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

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.

Upvotes: 0

Views: 164

Answers (1)

user2143600
user2143600

Reputation: 61

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

JNI tutorial

Upvotes: 1

Related Questions