How do I link against an .so from Android Studio 2.3?

46 views Asked by At

I have an .so as well as header files. I would like to use objects and call functions in this .so file from my Android application, but I do not find a good guide or steps to follow to do this. I use Android Studio 2.3.3. Any help will be appreciated. Thanks!

1

There are 1 answers

0
Mars On

this method is very simple. copy your .so file to project into the jniLibs folder my project