솜은 코튼

[error] 'android.support.v4.content.FileProvider' unresolved class 'FileProvider' 본문

Android/오류사항

[error] 'android.support.v4.content.FileProvider' unresolved class 'FileProvider'

솜.코 2020. 7. 29. 16:17

[오류 사항]

unresolved class 'FileProvider' 라는 클래스를 찾지 못하는 오류 현상

 

[오류 원인]

'android.useAndroidX=true' Android 플러그인에서 지원하는 라이브러리 대신 AndroidX 라이브러리를 사용하다는 옵션 값을 준 경우

 

[해결 방법]

'android.support.v4.content.FileProvider'에서 'androidx.core.content.FileProvider'로 교체