gpt4 book ai didi

android - install_failed_no_matching_abis 更新到 android 8.0 oreo 后无法提取 native 库 res=-113

转载 作者:行者123 更新时间:2023-11-29 02:30:37 29 4
gpt4 key购买 nike

我的应用有问题。我使用三星 s8,我的应用程序运行良好,直到我更新到 android oreo。我卸载了我的应用程序并尝试再次运行,但出现错误 install_failed_no_matching_abis failed to extract native libraries res=-113 。我的应用程序在其他设备上仍然运行正常。我读了这些帖子: Error INSTALL_FAILED_NO_MATCHING_ABIS after updating Nexus 5x to Oreo INSTALL_FAILED_NO_MATCHING_ABIS error on Android 8 [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

但似乎没有什么对我有用。我不知道我是否必须删除一些库,提到的库在我的应用程序中不存在,或者我是否必须添加一些东西。我也尝试添加

splits {
abi {
enable true
reset()
include 'x86', 'armeabi-v7a'
universalApk true
}
}

在我的 gradle 中,但它也没有用。

最佳答案

如果您只有 32 位库,请尝试使用

android {
defaultConfig {

...

ndk {
abiFilters "armeabi-v7a", "x86"
}
}

请注意,自 2019 年 8 月起,必须包含 64 位库(“arm64-v8a”)。

关于android - install_failed_no_matching_abis 更新到 android 8.0 oreo 后无法提取 native 库 res=-113,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49749330/

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