android - 在 Google Play 商店中重命名应用程序

标签 android publish

我在 google play store 中发布了我的应用程序并试图找到它。但我是通过项目名称找到的。我的项目名称与应用名称不同。

但是很多人安装了我的应用。如何在不上传新应用的情况下更改名称?

项目名称是:quarrynew

应用名称是:采石场

我更改了我的项目名称并上传了它。但它没有改变。我等了几天。

人们可以通过键入“quarrynew”找到我的应用程序。但永远不要通过输入“采石场”来找到它。

应用程序名称是“采石场”。只有项目名称和文件名是“quarrynew”。

<string name="app_name">Quarry</string>

最佳答案

项目名称不会在 Google Play 商店中使用。 而“app_name”通常用于您的标题栏或作为 android 启动器、桌面、..中的标题。

您的应用在 Google Play 商店中的显示名称在 https://play.google.com/apps/publish/ 中的应用设置中定义更改可能需要一些时间(几小时、几天)。

enter image description here

enter image description here

关于android - 在 Google Play 商店中重命名应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14069703/

相关文章:

android - 微调器下拉外边框

android - 是否可以为现有注释 skmaps android 播放预先录制的语音?

android - 如何修复 ViewPager 类膨胀异常,该异常只能在已发布的 Google Play 商店版本中重现

visual-studio-2010 - PDF 文件不会发布到 Visual Studio 中的网站

android - 如何使用上传 key 为您的应用签名

android - 从 Android 中的数据库填充列表

android - 当我更改背景颜色时,微调器箭头消失

c# - 如何在 Visual Studio 的发布配置文件中包含动态生成的文件

java - 重新发布不起作用(静态资源)

sql-server - 如何从 SSDT 发布脚本中删除 ALTER DATABASE 语句?