Android的L(5.0)不搜索本地库中的“armeabi”或QUOT; armeabi-V7A"文件夹(的UnsatisfiedLinkError)在eclipse文件夹、库中、arme

2023-09-07 01:11:39 作者:把回忆杀死了

我的应用程序使用2本机库,可以打电话给他们LibA.so和LibB.so. previously我的应用程序是奇巧操作系统下面运行良好,没有出现任何问题。

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.

现在它提供的UnsatisfiedLinkError中的Nexus 5与OS 5.0(棒棒糖) 这两个.so库在armeabi文件夹。

Now It gives UnsatisfiedLinkError in Nexus 5 with OS 5.0(lollipop) Both .so library are in armeabi folder.

所以,请给我共同的解决方案文件夹stucture跟随。

So please give me common solution folder stucture to follow.

我是相当新的在Android原生库。在此先感谢!

I am rather new to native libraries in android. Thanks in advance!

更新: 现在工作正常。 得到了改变我的LibA.so文件链接到Md5_init相关的呼叫解决方案。 在OS 5.0谷歌已在系统库调用一些改变 谢谢大家的支持。

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

推荐答案

更​​新:现在工作得很好。得到了改变我的LibA.so文件链接到Md5_init相关的呼叫解决方案。在OS 5.0谷歌已经取得了一些变化,系统库调用md5_init文件  谢谢大家的支持。

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