[ANDROID] Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'


[ANDROID] Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'

Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug' implementation 'com.github.PhilJay:MpAndroidChart:v3.1.0' 를 불러와 쓰려고 했더니, 빌드 시 다음과 같은 에러가 떴다... 검색해 본 결과, app > build.gradle에 아래와 같이 추가해주면 빌드 성공 ! android { packagingOptions { exclude 'META-INF/proguard/androidx-annotations.pro' } }


원문링크 : [ANDROID] Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'