본문 바로가기

유니티/오류

Unity(유니티)_<Could not determine the dependencies of task ':launcher:buildReleasePreBundle'. > or <The option setting 'android.bundle.enableUncompressedNativeLibs=false' is deprecated.The current default is 'true'.>

오류 내용 :

Could not determine the dependencies of task ':launcher:buildReleasePreBundle'. 

혹은

The option setting 'android.bundle.enableUncompressedNativeLibs=false' is deprecated.The current default is 'true'.

 

솔직하게 알다가도 모르겠다...

일단 여러가지 해봤는데 해결된 방법은

 

"baseProjectTemplate"의

id 'com.android.application' version '7.4.2' apply false

    id 'com.android.library' version '7.4.2' apply false


 '7.4.2'를 변경해주니 됐다.

 

참고로  '7.4.4' , '7.4.2' 등등 여러 버전으로 변경해가며 시도했더니 됐다...

이건 나중에 더 정확하게 알아봐야지...ㅠㅠ