creating a shared library (.so) for Android

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

+5
source share
1 answer

There are several reasons, not knowing what you tried, we can not say anything, and also can not help.

Go through these Android-NDK tutorials step by step, and then if you have any problems, send them here .. Here you can help you.

Advanced Android: Getting Started with NDK

Android: NDK

Android NDK Android

NDK C Android

+3

All Articles