Android
“NDK integration is deprecated in the current plugin” Error
aucd29
2016. 9. 27. 14:24
다음과 같은 오류 발생시
1. 프로젝트 루트 폴더내에 gradle.properties 파일을 연다음
2. android.useDeprecatedNdk=true 을 추가하고 재 빌드 한다.
오류 전문
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 "$USE_DEPRECATED_NDK=true" in gradle.properties to continue using the current NDK integration.
1. 프로젝트 루트 폴더내에 gradle.properties 파일을 연다음
2. android.useDeprecatedNdk=true 을 추가하고 재 빌드 한다.
오류 전문
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 "$USE_DEPRECATED_NDK=true" in gradle.properties to continue using the current NDK integration.