After migrating to Androidx packages using Android Studio menu option Refactor -> Refactor to Androidx...
I\'m getting the following error:
Error inf
In my case i just had to update the androidx dependencies to the latest version.
EDIT In build.gradle (app) you have to look for the dependencies which contains androidx. Android studio will show you information about the latest versions of these dependencies. Using that information just the change the dependency version.