【问题标题】:Duplicate Resources重复资源
【发布时间】:2015-02-16 20:26:47
【问题描述】:

我正在尝试构建我的 Android 应用程序并收到此错误:

Error:Error: Duplicate resources: /Users/Mike/Documents/beerPortfolio/beerportfoliov3/BeerPprtfolio/src/main/res/values/dimens_orange.xml:dimen/tab_host_default_height, /Users/Mike/Documents/beerPortfolio/beerportfoliov3/BeerPprtfolio/src/main/res/values/dimens_finalbeertheme.xml:dimen/tab_host_default_height

还有这个错误:

Error:Execution failed for task ':BeerPprtfolio:mergeDebugResources'.
> /Users/Mike/Documents/beerPortfolio/beerportfoliov3/BeerPprtfolio/src/main/res/values/dimens_orange.xml: Error: Duplicate resources: /Users/Mike/Documents/beerPortfolio/beerportfoliov3/BeerPprtfolio/src/main/res/values/dimens_orange.xml:dimen/tab_host_default_height, /Users/Mike/Documents/beerPortfolio/beerportfoliov3/BeerPprtfolio/src/main/res/values/dimens_finalbeertheme.xml:dimen/tab_host_default_height

这是在尝试从 Android Holo Colors 导入自定义主题之后。

【问题讨论】:

  • 嗯,有什么建议
  • 显然,您在dimens_finalbeertheme.xmldimens_orange.xml 中定义了两次tab_host_default_height(阅读错误。)

标签: android android-xml android-resources android-theme


【解决方案1】:

您必须删除 dimens_orange.xml 或 dimens_finalbeertheme.xml 中的 dimen/tab_host_default_height 之一,因为它们是重复的。

检查您的错误“错误:重复资源:”

【讨论】:

    猜你喜欢
    • 2015-03-31
    • 1970-01-01
    • 2019-02-27
    • 2014-04-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-01-31
    • 2020-08-29
    相关资源
    最近更新 更多