Skip to content

Change Package Name


You can change it easily from Android Studio. Here are the steps:

  1. Expand App. Then expand java. Then expand com and select FLIXOO (or your current root package component) and right-click on it.
  2. Select Refactor. Then select Rename.
  3. Click on Rename package and put your new name in the pop-up field. Then click Refactor.
  4. From the bottom, reconfirm the refactor. To confirm, click Do Refactor.

    Allow a minute to let Android Studio update all changes.

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

Flixoo

Note: When renaming a high-level component like com in Android Studio, it might give a warning. In such a case, select Rename All.