본문 바로가기
개발/Android

[Android] AAPT2 process unexpectedly exit

by blacktree 2024. 8. 5.
반응형

 

안드로이드 targetSdkVersion을 올리면서 아래와 같은 에러가 발생하였습니다.

 

  1. 에러 내용
    1. AAPT2 process unexpectedly exit. Error output: aapt2.exe W 08-05 15:56:18 7008 7396 LoadedArsc.cpp:682] Unknown chunk type '200'.
  2. 해결 방법
    1. Upgrade AGP dependency from 7.0.4 to 7.4.2
    2. Upgrade Gradle version to 7.5
    3. Upgrade Gradle plugins
  3. 이어서 아래와 같은 에러가 발생한다면
    1. Cannot query the value of property 'namespace' because configuration of project ':app' has not completed yet.
    2. 아래의 링크를 참조해주세요.
 

[Android] Cannot query the value of property 'namespace' because configuration of project ':app' has not completed yet.

안드로이드 targetSdkVersion을 올리고 AAPT2 Error를 해결하고 나니 또 에러가 발생하였다.  에러 내용 Cannot query the value of property 'namespace' because configuration of project ':app' has not completed yet.

blacktrees.tistory.com

 

 

728x90
반응형

댓글