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

出现如下问题:

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 后重新编译即可

Android-Android studio 出现 Error: NDK integration is deprecated in the current plugin. 问题解决_第1张图片



你可能感兴趣的:(其它)