I am currently trying to use Android NDK and am following a tutorial. One of the steps (Step 3: Compile the shared Objects) I do not get how to do. Frankly, I don’t get what it is. Could someone explain to me what to do? Thanks in advance.
Share
“Shared objects” is the Unixy term for dynamic libraries. That’s the form that compiled NDK code takes. To build those for your project:
jnifolder in your projectndk-buildfrom the NDK folder