您的位置:首页 > 移动开发 > Android开发

Android-Android studio 出现 Error: NDK integration is deprecated in the current plugin. 问题解决

2016-06-20 21:10 651 查看
出现如下问题:

Error:(50, 0) Error: NDK integration is deprecated in the current plugin. Consider trying the new experimental plugin. For details, see http://tools.android.com/tech-docs/new-build-system/gradle-experimental.
Set "Android.useDeprecatedNdk=true" in gradle.properties to continue using
the current NDK integration.



解决办法:

如图:  在gradle.properties 文件里面添加 android.useDeprecatedNdk=true
后重新编译即可

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: