出现下图所示错误是由于Application.mk中的APP_ABI这行多加了armeabiAndroid studio 出现Error:(81) Android NDK: Application targets deprecated ABI(s): armeabi解决方案


删除armeabi之后就不会报错,删除armeabi后Application.mk的文件内容如下图所示:

Android studio 出现Error:(81) Android NDK: Application targets deprecated ABI(s): armeabi解决方案

参考文章:https://blog.csdn.net/hktkfly6/article/details/79591972



相关文章: