Android Google Play 更改应用程序名称
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11755649/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Android Google Play changing name of app
提问by Stas
Is it possible to change name of application after publishing it in Google Play? I haven't published it yet but I'm going to do it.
在 Google Play 中发布应用程序后是否可以更改应用程序名称?我还没有发表,但我会去做。
回答by a54studio
Yes, you can change the name. You cannot change the package name.
是的,您可以更改名称。您不能更改包名称。
回答by johnnyarguelles
Yes you can. Login into the Android Developers Console: http://developer.android.com/distribute/index.html
是的你可以。登录 Android 开发者控制台:http: //developer.android.com/distribute/index.html
From the app you want to change from the list of the apps you have submitted.
从您要更改的应用程序中选择您已提交的应用程序列表。
On the bottom half of the package details tab you will see at Title field which you can update and it will change the name of your app.
在包详细信息选项卡的下半部分,您将看到可以更新的标题字段,它将更改您的应用程序的名称。
回答by Shishir Shetty
If you have not published the app yet..then you can go to your project and change the name , sign the apk and upload it again. You can change the app information at any point of time, without changing the version number of the app.
如果您还没有发布应用程序..那么您可以转到您的项目并更改名称,签署 apk 并再次上传。您可以随时更改应用程序信息,而无需更改应用程序的版本号。