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.

猜你喜欢

转载自www.cnblogs.com/sddai/p/10306347.html
今日推荐