Migrate resource files to Androidx

别来无恙 提交于 2019-12-02 03:19:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!