android studio change application id

How to Change Application Id in Android Studio

Every android app must have a unique id, it is called Application Id. Without a unique id, you can't upload your app to google playstore

Here you will learn how to successfully change your application Id and also fix common errors that appear when you change application id.

Here is how to change application id in android studio

Right click on app > open module settings

android studio change application id

A new window will appear. In this window, you can change application Id, version code and version name.

change application id and version in android studio
  1. Change the application id, example: com.myfavourite.app
  2. if you want, you can also change version code here
  3. change version name also when you change version code
  4. click apply and ok to apply the changes