我可以在以后的版本中更改我的Android应用程序图标和名称吗?

我可以在以后的版本中更改我的Android应用程序图标和名称吗?

问题描述:

这听起来有些愚蠢,但我想知道在以后的发行版中是否可以更改应用程序徽标(图标)和Android名称?

This is going to sound stupid in a way, but I want to know if it is possible to change the application logo (icon) and Android name in my subsequent releases?

说,今天我将应用程序推向Android市场,明天我想更改徽标/图标(我知道我应该不这样做),但是有可能这样做吗?另外,应用程序名称又如何呢?

Say, today I push my app in the Android market, and tomorrow I want to change the logo/icon (I know I "should" not do this), but is it possible to do so? Also, what about the application name?

谢谢

是,您可以随时通过更改应用程序的 android:label android:logo 属性来更改名称和徽标 AndroidManifest.xml文件中的标签。

Yes, you can change the name and logo whenever you want by changing android:label and android:logo attribute of your application tag in AndroidManifest.xml file.

但是,您不能更改 Package 将名称上传到Play商店后。

But, you can't change Package name once you uploaded app on play store.