ClassNotFoundException: Didn’t find class “android.support.v4.content.FileProvider” after androidx migration

Thanks to @CommonsWare

More explanation:

What to do, find the android.support.v4.FileProvider in your <provider> in AndroidManifest.xml.

Change it to androidx.core.content.FileProvider

Leave a Comment