This document demonstrates how to call the JNI, through a procedure :
- written with the GNU ARM Assembly syntax,
- assembled and stored in a ELF shared library,
- executed by an Android system through an Android application Activity.
The procedure will be…