我需要做什么才能更改已发布到 Google Play 商店的 Android 应用程序的 ApplicationId

What do I have to do to change the ApplicationId of an Android App that's already published to the Google Play Store

我不喜欢我第一次在 Play 商店发布我的应用程序时使用的 ApplicationId,想更改它。这可能吗?

我找到了 How to change Android App Name and ID of an existing application?,但它只处理 Eclipse 中的应用程序,而不处理已经发布的应用程序。

从 Android 和 Play 商店的角度来看,应用程序 ID 是唯一标识符。欢迎您修改您的项目,使应用程序 ID 具有不同的值(例如,applicationId in build.gradle)。但是,从 Android 和 Play 商店的角度来看,那现在是一个完全不同的应用程序。

因此,除非您愿意放弃所有现有用户,否则我建议您不要管应用程序 ID。