0
点赞
收藏
分享

微信扫一扫

Android Studio运行或Rebuild的时候报Error:Execution failed for task ':app:compileDebugNdk'.的解决办法


Error:Execution failed for task ':app:compileDebugNdk'.
> 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”

举报

相关推荐

0 条评论