问题
I am doing refactoring --> migrate to Androidx in an Android Studio project. I am noticing that only java files are been migrated, but not the xml resources.
It exists one method to automatically migrate them too?
回答1:
No, but one can right-click res
directory, then "search" -> "replace in path"
in order to replace all the open/close tags, according to the migration guide.
来源:https://stackoverflow.com/questions/58066250/migrate-resource-files-to-androidx