关于android 5.0报错:dlopen failed: couldn't map ... Permission denied_unsatisfiedlinkerror: dlopen failed: couldn't map-CSDN博客

网站介绍:文章浏览阅读7.6k次。这应该是一个极少应用能遇到问题,既然被我碰到了,而且为此排查折腾了好几天,跟人约好打球都没去成,还是在这里写一下。如果有后来者也同样遇到,或许可以省些力气。我的应用当中集成了一个安全相关的sdk,而这个sdk中使用的so是加过壳的。它加载native so的方式是:java System.loadLibrary ——> native so 壳 ——> 内存中脱壳 ——> 写到/data/d_unsatisfiedlinkerror: dlopen failed: couldn't map