gpt4 book ai didi

android - dlopen 失败 : library "/system/lib64/libhwuibp.so" not found : Honor 4C 64-bit octa-core CPU

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:11:09 26 4
gpt4 key购买 nike

每当我尝试通过 Intent 打开相机/图库时,我的 Honor 4C 手机、Android 6.0 版和 64 位八核 CPU 都会出现此错误。

load: so=/system/lib64/libhwuibp.so

dlopen failed: library "/system/lib64/libhwuibp.so" not found

基本上我试图在 OpenCV-2.4.13.1-android-sdk so 文件的帮助下裁剪图像。但是这个错误似乎与设备有关,因为在其他手机上应用程序运行正常,有人可以帮助我解决这个问题吗?

最佳答案

您尝试过这种解决方案吗?

Hi, I searched on the net these days and finally found the solution! If you are using Android studio, just edit the gradle.properties in the root folder and add android.useDeprecatedNdk=true. Then edit the build.gradle file in your app's folder, set abiFilters as below:

android {
....
defaultConfig {
....
ndk {
abiFilters "armeabi", "armeabi-v7a", "x86", "mips"
}
}
}

来源:https://github.com/yixia/VitamioBundle/issues/305

关于android - dlopen 失败 : library "/system/lib64/libhwuibp.so" not found : Honor 4C 64-bit octa-core CPU,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39833605/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com