I have an Android java library that uses some native code. I have added this java library to a client project.
May I have to add script that copy the native library to libs folder on my client project? Or this native library is included inside the java library's jar?
If you need more details or if you don't understand anything, tell me.
Thanks.