My app is using 2 native libraries, lets call them LibA.so and LibB.so. Previously my app was running well below kitkat OS without any problem.
Now It gives Unsatisf
You can pull libcrypto.so
from your device. It is not necessary to look for a Lollipop version. In your Android.mk, use
LOCAL_LDLIBS += -lcrypto
Ignore the NDK warning about using non-official libraries. You should not ship this libcrypto.so
with your APK, just like you don't ship libm.so
. See more here: WARNING: …/Android.mk: non-system libraries in linker flags