Android导入Unity 3D运行后提示:your hardware does not support this application

运行提示弹框 your hardware does not support this application
解决办法:在app的build.gradle 下的defaultConfig里加入

ndk {
abiFilters 'armeabi-v7a', 'x86'
}

posted @ 2020-09-01 10:56  九块  阅读(1676)  评论(0编辑  收藏  举报