码迷,mamicode.com
首页 > 其他好文 > 详细

error “Device supports x86, but APK only supports armeabi-v7a”

时间:2019-01-22 22:55:39      阅读:404      评论:0      收藏:0      [点我收藏+]

标签:comm   int   work   config   HERE   err   tty   arm   from   

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”

标签:comm   int   work   config   HERE   err   tty   arm   from   

原文地址:https://www.cnblogs.com/sddai/p/10306347.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!