I am in huge trouble changing the package name of a project in Android Studio. Changing or refactoring a package name is easy but my case is different.
I want to change package name from com.company.app.name
(4 parts) to com.company.appname
(3 parts) or vise versa.
What is the best possible way to do that?