转eclipse新建项目,报错“Error: workspaceappcompat_v7 esvalues-v21styles_base.xml No resource found tha(示例代(代

Posted wi100sh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了转eclipse新建项目,报错“Error: workspaceappcompat_v7 esvalues-v21styles_base.xml No resource found tha(示例代(代相关的知识,希望对你有一定的参考价值。

原文网址:http://www.cnblogs.com/mbp-study/p/5268478.html

新建项目报错,不知道为什么,以前从未出现过的错误,把sdk更新之后,出现莫名错误,自己也是一知半解,在网上找了好久的错误,终于在一个english网站找到了解决方法,soga,从未觉得english如此美好

错误信息如下

....\\appcompat_v7\\res\\values-v21\\styles_base.xml:75: error: Error retrieving parent for item: No resource found that matches the given name \'android:Widget.Material.ActionButton\'.
....\\appcompat_v7\\res\\values-v21\\styles_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name \'android:Widget.Material.ActionButton.CloseMode\'.
....\\appcompat_v7\\res\\values-v21\\styles_base.xml:83: error: Error retrieving parent for item: No resource found that matches the given name \'android:Widget.Material.ActionButton.Overflow\'.
....\\appcompat_v7\\res\\values-v21\\styles_base.xml:25: error: Error retrieving parent for item: No resource found that matches the given name \'android:Widget.Material.ActionBar.TabView\'.
....\\appcompat_v7\\res\\values-v21\\styles_base.xml:29: error: Error retrieving parent for item: No resource found that matches the given name \'android:Widget.Material.Light.ActionBar.TabView\'.

 

 

 

 

因为我最新的api版本是23,而我选择编译的版本是19。然而,对于编译版本的appcompact_v7 project必须得是你sdk中最新版本的api。

修改如下

修改appcompat_v7文件夹下的project.properties文件

 

修改项目文件夹下的project.properties文件,如下

 

搞定,接着点击project下的clean即可。

 

感受:简直了,白用这么就的eclipse,白学这么就的android了,如此问题,纠结如此久,果然还是太弱了

以上是关于转eclipse新建项目,报错“Error: workspaceappcompat_v7 esvalues-v21styles_base.xml No resource found tha(示例代(代的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse下Maven新建Web项目index.jsp报错完美解决(war包)

eclipse 导入 新建 Android 项目 报错support.v7 v4

eclipse 在创建Maven项目时总是报错,怎么回事?

刚新建好的动态网站项目,创建jsp页面就报错

eclipse中新建jsp文件是报错,怎么处理

Eclipse中在android项目中出现新建一个Activity后,出现整个project的报错以及包导入以后无法执行等等情况分析。