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”
原文:https://www.cnblogs.com/sddai/p/10306347.html