gpt4 book ai didi

android - Android list 中的 strings.xml 冲突

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:46:08 24 4
gpt4 key购买 nike

我在 Android Manifest 中有这个:

<application
android:label="@string/app_name"
...
</application>

strings.xml 中:

 <string name="app_name">My App Name</string>

一切正常。现在,我的问题是我正在使用 aar 依赖项,其 strings.xml 文件也包含一个名为 app_name 的项目。

 <string name="app_name">My Library Name</string>

而我的项目正在使用第二个。

我该如何解决这个冲突?

最佳答案

A unique resource name for the element, which you can use to obtain a reference to the View from your application.

为了更好的方法,只需使用不同的字符串名称

关于android - Android list 中的 strings.xml 冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34587063/

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