Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上我在一些包中有很多文件,我想在包名称中添加一些其他文本,但同时我希望所有文件也应该自动更改它们的包名称和导入语句,用于JAVA和AIDL文件,作为文件数量太多,如果我手动操作会花费很多时间。请让我知道是否有任何方法可以做到这一点。
谢谢!
这应该有效:
选择包后右键单击包名 ->重构->重命名或 ( shift + alt + r) 或 ( F2)。
shift + alt + r
F2
决定你要重命名哪一个,希望它应该为整个项目更新。
确保先做备份:)
编辑:
用java文件可以轻松搞定,但不知道AIDL文件包名能不能自动改,我是手动改的。Ankit
AIDL