当前位置: 首页 > 知识库问答 >
问题:

具有配置的资源'attr/font'的值重复“

彭炳
2023-03-14

/users/hyun/desktop/laftel-android/app/build/immeditiates/increment/mergedbugresources/merged.dir/values/values.xml重复资源'attr/font'与config“.resource的值。

executionException:com.android.tools.appt2.aapt2Exception:aapt2错误:检查详细信息,任务“:app::MergedebugResources”执行失败。错误:java.utilConcurrentExcutionException:com.android.tools.AAPT2.aapt2Exception:AAPT2错误:查看日志了解详细信息

共有1个答案

巫马炫明
2023-03-14

它可能与我们以前用于应用自定义字体的逻辑相冲突。

以前

我们使用下面的代码为字体创建自定义属性。

    <declare-styleable name="CustomFont">
        <attr name="font" format="string" />
    </declare-styleable>
    <declare-styleable name="CustomFont">
        <attr name="fontName" format="string" />
    </declare-styleable>
 类似资料: