You can use JNI from any Android application on any device.
JNI provides a challenge GetVersion. You can also specify the minimum version as the return value from JNI_OnLoador as an argument to AttachCurrentThread.
Older versions of Android support 1.4. Newer versions support 1.6.
As always, it’s good to start with JNI Tips .
source
share