报错截图:
解决方法:在app的build.gradle 下的defaultConfig里面添加过滤即可:
ndk { abiFilters 'armeabi' //兼容x86cpu架构 需要什么样的架构就添加什么样的}