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 UnsatisfiedLinkError in Nexus 5 with OS 5.0(lollipop) Both .so library are in armeabi folder.
So please give me common solution folder stucture to follow.
I am rather new to native libraries in android. Thanks in advance!
update: It works fine now. Got a solution by changing my LibA.so file links to Md5_init related calls. In Os 5.0 google have made some changes in system lib calls Thank you all for your support
update: It works fine now. Got a solution by changing my LibA.so file links to Md5_init related calls. In Os 5.0 google have made some changes in system lib calls to md5_init file Thank you all for your support