我有一个包名,让我们说" com.example.boost.ui"我必须用" com.example.boostback"替换。我尝试了很多,但没有成功。我怎么做,请告诉我。
答案 0 :(得分:0)
在“项目”窗格中,单击小齿轮图标(Gears图标)
取消选中/取消选择“Compact Empty Middle Packages”选项
您的包目录现在将在各个目录中分解
单独选择要重命名的每个目录,并且:
右键单击
选择重构
点击重命名
在弹出对话框中,单击重命名包而不是重命名目录
输入新名称并点击Refactor
完成
答案 1 :(得分:0)
answer是正确的。 您只需要将ui包中的每个数据复制到电池包中,然后删除ui包。
答案 2 :(得分:0)
Go to your manifest file and you will see there
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.boost.ui"
...
than select com.example.boost.ui and right click than go to refractor go to rename and select "rename package" option and it will be done.