error “Device supports x86, but APK only supports armeabi-v7a”
Posted sddai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error “Device supports x86, but APK only supports armeabi-v7a”相关的知识,希望对你有一定的参考价值。
checkout the build.gradle from module:app. It turns out that there‘s a such config:
ndk {
abiFilters "armeabi-v7a", "x86"
}
when I commented all out, everything worked fine.
以上是关于error “Device supports x86, but APK only supports armeabi-v7a”的主要内容,如果未能解决你的问题,请参考以下文章