JAR android library packaging that uses JNI

I have an Android Java library that uses native code. I added this java library to the client project.

Can I add a script to copy my own library to the libs folder in my client project? Or is this built-in library included in the jar java library?

If you need more information or do not understand anything, tell me.

Thank.

+3
source share
2 answers

I do not know if you need support.
You do not need any scripts when you add an Android library project to your Android project.
I have the same configuration and it works great.

, JNI, : - SHA1 Android

0

.so(libs, obj ..) ( JAR) ( JAR). *.JAR *.JAR . .:) , . bye, VansFannel!

+1

Source: https://habr.com/ru/post/1777316/


All Articles