MAC OS X 에서 Android Studio 1.3 업데이트 후 빌드를 했는데.. 아래와 같은 오류가 발생.
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 |