Fork me on GitHub

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.

posted @ 2019-01-22 21:53  stardsd  阅读(556)  评论(0编辑  收藏  举报