Error: NDK integration is deprecated in the current plugin. Consider trying the new experimental plu


报错信息:

Error: NDK integration is deprecated in the current plugin. Consider trying the new experimental plugin.

解决方案:

          1. 找到你本地gradle.properties文件(要是没有就创建一个,我的项目从eclipce导入的,我直接从别的项目中复制进入的。。机制吧?哈哈哈)

          2. 找到之后,在里面添加:

              android.useDeprecatedNdk=true
          3. clean,编译通过

你可能感兴趣的:(原创文档,NDK)