5

I don't like the ApplicationId that I used when I first published my App in the play store and want to change it. Is that possible?

I have found How to change Android App Name and ID of an existing application? but it only deals with App's within Eclipse and not which Apps that are already published.

Christian
  • 25,249
  • 40
  • 134
  • 225

1 Answers1

4

From the standpoint of Android and the Play Store, an application ID is a unique identifier. You are welcome to modify your project to have a different value for the application ID (e.g., applicationId in build.gradle). However, that is now a completely different app, from the standpoint of Android and the Play Store.

So, unless you are willing to abandon all of your existing users, I suggest that you leave the application ID alone.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491