디버그 노트

안드로이드) com.android.builder.merge.DuplicateRelativeFileException: More than one file was found with OS independent path 'META-INF/proguard/coroutines.pro' 에러해결

Henry95 2019. 8. 12. 18:59
반응형

com.android.builder.merge.DuplicateRelativeFileException: More than one file was found with OS independent path 'META-INF/proguard/coroutines.pro' 

불러오는 중입니다...

위와 같은 에러가 뜨는경우

 

앱단위 그래들 파일안의 안드로이드 하위에

android {

packagingOptions {

exclude 'META-INF/proguard/coroutines.pro'

}

}

 

위 굵은 부분을 추가한다.

META-INF 뒷부분은 에러에 나오는거 복붙

반응형