gpt4 book ai didi

java - 当前选择的变种 "arm-debug"使用了split apks,但是4个split apks都不兼容当前设备

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:46:22 28 4
gpt4 key购买 nike

我已经从 https://github.com/DrKLO/Telegram 导入了项目.我已经生成了签名的 APK,当我尝试在模拟器中运行时,它显示了以下错误。

05/15 17:14:42: Launching TMessagesProj
The currently selected variant "arm-debug" uses split APKs, but none of the 4 split apks are compatible with the current device with density "480" and ABIs "x86".
Error while Installing APK

如何修复此错误?

谢谢!

最佳答案

TMessagesProj/build.gradle文件,在 defaultConfig 部分添加

ndk {
abiFilters "x86"
}

所以 defaultConfig 部分是:

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionName "3.10.1"
ndk {
abiFilters "x86"
}
}

祝你好运!

关于java - 当前选择的变种 "arm-debug"使用了split apks,但是4个split apks都不兼容当前设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37237901/

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