Issue
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?
Solution
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.
Answered By - Martin Zeitler
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.