Kotlin

[Kotlin] A problem was found with the configuration of task

eulBlue 2024. 4. 8. 09:42
A problem was found with the configuration of task ':app:checkDebugManifest' (type 'CheckManifest')

[Kotlin] com.android.ide.common.signing.KeytoolException

해당 에러를 해결하면서 첨부한 링크의 에러도 발생했었는데 .. 나랑 똑같은 상황을 겪고있다면 위의 링크도

한번 확인해보면 도움이 될 수도 있을 것이다 :)

해당 에러도 하도 오래된 프로젝트의 유지보수를 진행하면서 발생했던 거였는데

com.android.tools.build.gradle 의 버전을 변경해주면서 에러를 해결하였다.

// 3.5.4 -> 4.2.0
classpath 'com.android.tools.build:gradle:4.2.0'