I have a small source code for the C library, and I want to use this code in Android.
As far as I understand, I have to turn this C code into a shared library .sousing NDK,
Question: How to create a shared library (.so) using Android Studio
source
share