I\'m trying to move to migrate to androidx. I used the migration tool in Android Studio. When I do this I get the following stacktrace when I run my app.
E/A
Thanks to @CommonsWare
More explanation:
What to do, find the android.support.v4.FileProvider in your in AndroidManifest.xml.
android.support.v4.FileProvider
AndroidManifest.xml
Change it to androidx.core.content.FileProvider
androidx.core.content.FileProvider