资源重复

时间:2015-02-16 20:26:47

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

我正在尝试构建我的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导入自定义主题之后。

1 个答案:

答案 0 :(得分:0)

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

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