Android L (5.0) does not search native libraries in “armeabi” or quot;armeabi-v7aquot; folder (UnsatisfiedLinkError) in eclipse(Android L (5.0) 不搜索“armeabi或“armeabi-v7a中的原生库;eclipse中的文件夹(UnsatisfiedLinkError))
问题描述
我的应用程序正在使用 2 个本机库,我们称它们为 LibA.so 和 LibB.so.以前我的应用在 kitkat 操作系统下运行良好,没有任何问题.
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.
现在它在带有 OS 5.0(棒棒糖)的 Nexus 5 中给出 UnsatisfiedLinkError两个 .so 库都在 armeabi 文件夹中.
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.
我对 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
这篇关于Android L (5.0) 不搜索“armeabi"或“armeabi-v7a"中的原生库;eclipse中的文件夹(UnsatisfiedLinkError)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android L (5.0) 不搜索“armeabi"或“armeabi-v7a"中的原生库;eclipse中的文件夹(UnsatisfiedLinkError)
基础教程推荐
- 由于对所需库 rt.jar 的限制,对类的访问限制? 2022-01-01
- 如何在不安装整个 WTP 包的情况下将 Tomcat 8 添加到 Eclipse Kepler 2022-01-01
- Java 中保存最后 N 个元素的大小受限队列 2022-01-01
- 如何使用 Stream 在集合中拆分奇数和偶数以及两者的总和 2022-01-01
- 在螺旋中写一个字符串 2022-01-01
- Spring Boot Freemarker从2.2.0升级失败 2022-01-01
- 如何强制对超级方法进行多态调用? 2022-01-01
- 首次使用 Hadoop,MapReduce Job 不运行 Reduce Phase 2022-01-01
- 如何对 HashSet 进行排序? 2022-01-01
- 如何使用 Eclipse 检查调试符号状态? 2022-01-01