重命名应用名称 [英] Renaming app name

查看:105
本文介绍了重命名应用名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的应用中-我想为其他版本重命名我的应用.

In my app - i'd like to rename my app for separate variations.

对于Android,我可以在以下位置重命名app_name资源

For Android, can I rename the app_name resource at

.\ platforms \ android \ src \ main \ res \ values \ strings.xml

.\platforms\android\src\main\res\values\strings.xml

那是对的地方吗?

理想情况下,我希望apk文件是相同的-但我可以稍后重命名.

Ideally I would like the apk file to be the same - but I can rename that later.

推荐答案

文件夹App下是否有文件夹App_Resources?如果是这样,请在.\app\App_Resources\Android\values\strings.xml处更改应用程序名称.每次您构建应用程序时,在.\platform中更改的内容都会被该内容覆盖

Do you have the folder App_Resources under folder App? If so, change the app name at .\app\App_Resources\Android\values\strings.xml. The one that you change in .\platform will get override by this one every time you build the app

这篇关于重命名应用名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆