'프로그래밍/Android'에 해당되는 글 1건

  1. 2015.08.21 Android Studio 1.3 업데이트 후 빌드 오류 해결방법 (MAC OS X)
프로그래밍/Android2015. 8. 21. 13:19
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.





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



Posted by 고독한 프로그래머