How do you rename java packages in Android Studio? With eclipse it was a very simple procedure, and enough with a refactor
option in the menu.
But with the Android Studio with the option Refactor
> Rename
opens a window that indicates that there are multiple directories associated with the package, and asks if I want to rename the package or the directory .... and the results are not as expected.
What would be the easiest way to rename a package with Android Studio?