On previous versions of Android, if your app requested the system to load a shared library with text relocations, the system displayed a warning but still allowed the library to be loaded. Beginning in this release, the system rejects this library if yourapp’s target SDK version is 23 or higher. To help you detect if a library failed to load, yourapp should log the dlopen(3)
failure, and include the problem description text that the dlerror(3)
call returns. To learn more about handling text relocations, see this guide.
https://developer.android.google.cn/about/versions/marshmallow/android-6.0-changes.html?utm_campaign=android_discussion_ndkchanges_062716&utm_medium=blog&utm_source=anddev#behavior-runtime
Detected problem with app native libraries问题
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- Correctness AdapterViewChildren Summary: AdapterViews can...
- PLEASE READ THE FOLLOWING APPLE DEVELOPER PROGRAM LICENSE...