Android Studio 에서
'buildTypes' in 'com.android.build.gradle.BaseExtension' cannot be applied to '(groovy.lang.Closure<com.android.build.gradle.internal.dsl.BuildType>)' less... (Ctrl+F1) This inspection reports assignments with incompatible types
이런 에러 문구 또는
buildtypes cannot be applied to groovy.lang.closure
이런 문구가 뜨는 경우의 이야기이다.
<참고할 주소>
http://stackoverflow.com/questions/29133601/buildtypes-cannot-be-applied-to-groovy-lang-closure/31181127
위의 주소로 가면 [File]->[Settings]->[Build, Execution, Deployment]->[Build tools]->[Gradle] 로 가서
Mark: Use default gradle wrapper (default)
할 것을 권유한다.
그러나 내 개인적인 경우로는, 이보다 먼저
Android studio 에서
[File]->[Invalidate Caches/Restart...]
를 해볼 것을 권한다. 내 경우는 캐시를 재생성 하는 것만으로도 해결이 되었다. 만약 그것으로 안 된다면, 위의 stackoverflow 의 링크로 가서 살펴보기를 권한다.
'개발 > Android' 카테고리의 다른 글
[안드로이드 Android] Cannot resolve symbol 에러 (0) | 2017.11.23 |
---|---|
[Android Studio] 모듈 콘솔 디버깅 한글 깨짐 증상 (0) | 2017.11.16 |
[Android Studio] Inspection Typo Scope 설정 (0) | 2017.11.15 |
[안드로이드 Android] .AndroidStudio2.1 폴더 (0) | 2017.11.12 |
[안드로이드 Android] (error) execution failed for task ':app:processDebugResources' (0) | 2016.06.13 |
[Android Studio] vmoptions 위치 (0) | 2016.05.13 |
[Android] E/ViewRootImpl: sendUserActionEvent() mView == null (0) | 2016.05.01 |
[Android] textScaleX (0) | 2016.04.27 |