c - How to load native library into native android code? (AndroidStudio) -


i have library in c called mylib in folder jnilibs/your_architecture/mylib.so

in java, load library, have type code in source:

static {   system.loadlibrary("mylib"); } 

but how can load library in native c code (in android studio) ? add library don't use jni conventions, it's normal shared library.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -