gpt4 book ai didi

Android - 外部库更改了整个应用程序名称

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:28:26 25 4
gpt4 key购买 nike

我在我的项目中添加了一个外部库,因为它在其值文件中有一个@string/app_name 标记,它更改了我的整个应用程序名称。我无法编辑此值文件。而且 android studio 更喜欢使用外部库 app_name 资源。我该如何解决?

解决方案:

正如 Nicholas Tee 所说:

Change the app name in your AndroidManifest.XML under tag.You should see android:label=@string/app_name resource. In your string.xml, create another tag, let's say @string/app_name_mine. Change the android:label=@string/app_name to android:label=@string/app_name_mine

我还需要添加:

tools:replace="label"

到我的应用标签。

最佳答案

在您的 AndroidManifest.XML 中更改应用名称在 <application> 下标签。

你应该看到 android:label=@string/app_name资源。

在你的string.xml ,创建另一个标签,比方说 @string/app_name_mine .

更改 android:label=@string/app_nameandroid:label=@string/app_name_mine

关于Android - 外部库更改了整个应用程序名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33798564/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com