반응형
안드로이드 targetSdkVersion을 올리고 AAPT2 Error를 해결하고 나니 또 에러가 발생하였다.
- 에러 내용
- Cannot query the value of property 'namespace' because configuration of project ':app' has not completed yet.
- 해결방법
- 프로젝트의 build.gradle로 이동
- buildscript { ext.kotlin_version = '1.7.10'
}
- 필자의 경우
- ext.kotlin_version를 1.3.17 -> 1.7.10으로 수정하고 필드하여 에러 수정
- 이어서 아래와 같은 에러 발생시
- Android Gradle plugin requires java 11 to run. you are currently using java 1.8
- 아래 링크로 참조해주세요.
728x90
반응형
'개발 > Android' 카테고리의 다른 글
[Android] Unresolved reference: 에러 - error: cannot find symbol (0) | 2024.10.31 |
---|---|
[Android] Unresolved reference: BuildConfig (0) | 2024.10.31 |
[Android] AAPT2 process unexpectedly exit (0) | 2024.08.05 |
[Android] 앱 초기 로딩시 흰 화면 제거(인트로 페이지 공백X) (0) | 2024.04.23 |
[Android] java.lang.IllegalArgumentException: The style on this component requires your app theme to be Theme.MaterialComponents (0) | 2023.08.21 |
댓글