There is a block of code which is working fine on android 4.1.2 but not on 4.0.3, the crash log is of 4.0.3
I am getting UnsatisfiedLinkError Exception
This means that the runtime tried to find a matching method but was unsuccessful. Some common reasons for this are:
This is an error that happens quite often. You can find more details about it on:
Whenever doing native code for cross-platform, any detail missing from your toolchain will make your application to crash.