0

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!

Marius Myburg
  • 143
  • 1
  • 8
  • check [How to include *.so library in Android Studio?](https://stackoverflow.com/questions/24357687/how-to-include-so-library-in-android-studio) – Raghavendra Aug 29 '17 at 09:27

1 Answers1

0

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

Mars
  • 1