Tips and Tutorials
Rename Package in Android Studio
In Android Studio, you can do this: For example, if you want to change com.example.app to my.awesome.game, then: In your Project pane, click on the little gear icon ( ) Uncheck / De-select the Compact Empty Middle Packages option Your package directory will now be broken up in individual directories Individually select each directory you want to Read more…