I am trying to Migrate our app to AndroidX.
"Migrate to AndroidX" option is not migrating the support packages to AndroidX.
No changes found in packages.config.
Can anyone help me on this or Am I missing any step?
Thanks in Advance!
I am trying to Migrate our app to AndroidX.
"Migrate to AndroidX" option is not migrating the support packages to AndroidX.
No changes found in packages.config.
Can anyone help me on this or Am I missing any step?
Thanks in Advance!
When you use the migration tools in the visual studio, it will not change the nuget packages added by yourself and these packages don't support androidx libraries.
So you may need to open the nuget package manager to check the nuget package's version you had added into your project. And then select the version which support androidx and update it.