You can do this:
- Change the package name manually in the manifest file.
- Click on your
R.javaclass and the press F6 (Refactor->Move…). It will allow you to move the class to another package, and all references to that class will be updated.
You can do this:
R.java class and the press F6 (Refactor->Move…). It will allow you to move the class to another package, and all references to that class will be updated.