Change package name

You have to change your package name because it's your app identifier , it must be unique because same package name didn't accepted by playstore.


ionicons-v5-e Instructions

Follow the below steps

  • In the Project pane, click on the little gear icon.Uncheck/Deselect the Compact Empty Middle Packages option.

  • Your package directory will now be broken up in individual directories.

  • Individually select each directory you want to rename, and: Right-click itSelect RefactorClick on RenameIn the Pop-up dialog.

  • Click on Rename Package instead of Rename Directory Enter the new name and hit RefactorAllow a minute to let Android Studio update all changes.

  • Now open your build.gradle (Usually 'app' or 'mobile'). Update the applicationId to your Package Name and Sync Gradle, if it hasn't already been updated automatically.

  • That's it!
Make sure , mention your app niche in your package name.