How to Rename package in Android Studio

Step by Step guide on how to rename packages in Android Studio.

Flutter Developer
2 min readSep 15, 2021

--

If you want to change com.example.app to my.awesome.game, then:

Step 1: In your Project pane, click on the little gear icon:

Step 2: Uncheck the Compact Empty Middle Packages option

--

--