我尝试安装Eclipse,但我遇到了以前从未见过的问题。问题是:
error: Error retrieving parent for item: No resource found that matches the given name
'Theme.AppCompat.Light'.
我没有对该项目做任何事情。基本上我只是创建项目作为android来处理它,我发现这个错误。错误在res / values,res / values-v11,res / value-v14中。文本与普通Eclipse上的文本相同:
<resources>
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
相同的块代码在另外两个类中。所有&lt; &GT;关闭(因为,正如我所说,我没有改变代码中的任何内容)。我在网站上阅读了一些内容,但没有任何内容与我的应用版本相对应。
你对此有何看法?我该怎么办?
答案 0 :(得分:0)
安装Android Support Library,
转到窗口 - &gt; Android Sdk Manager。检查Android支持库,然后单击“安装”。
更新:您的问题与此类似:
<强> No resource found that matches the given name '@style/Theme.AppCompat.Light' 强>