引起:java.lang.UnsatisfiedLinkError: dlopen failed: library "/data/app/~~ ==/my package --CfG==/lib/arm64/libc++_shared.so" not found

问题描述

我正在尝试使用

以编程方式包含 .so 文件
// The dependencies:
System.load(path + "libc++_shared.so");

也提到了

packagingOptions {
        pickFirst '**/*.so'
    }

build.gradle 文件中。

但仍然出现上述错误。尝试了一切,但没有任何进展。 还有其他人面临这个挑战并解决了吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)