Change Package Name

Step 1

  1. Open Gradle Scripts → build.gradle (Module: app)

  2. Change the application ID with your own id name

  3. Standard naming procedu : com.yourdomainname.yourappname

  4. Change the id as unique as possible, because the application id is very important used if you want to publish the application to google play.

Step 2

Right-click your package Refactor > rename it

Change it Your Uniq package name.

Last updated