Android:找不到与给定名称匹配的资源:Theme.AppCompat.Light

时间:2014-12-31 11:15:48

标签: android android-appcompat

美好的一天! 我收到此错误,不知道如何解决它! 我尝试使用thisthis链接,但这对我不起作用。

我在这里收到此错误:

 <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>

但是,我的源代码中还有很多其他错误:

    setContentView(R.layout.main);  - main checks as error.

因此,我将appcompat库导入工作区,从此库中的libs创建ReferenceLibraries (android-support-v4,android-support-v7-appcompat)

但它不适用于我。

enter image description here

Wneh我尝试将appcompat添加到我的项目中 - 每次我收到此错误.-我将appcompat重新添加到我的项目中,单击OK。但如果我再次打开Android菜单 - 我会看到相同的图片。

请帮我解决这个问题!我试着多次解决它!

谢谢!

P.S。在这里,我的屏幕可以提供帮助。

enter image description here enter image description here enter image description here

enter image description here

1 个答案:

答案 0 :(得分:1)

我无法在您的参考项目中看到AppCompat,将AppCompat添加到它,然后这将得到解决 -

  1. 文件 - &gt;导入(android-sdk \ extras \ android \ support \ v7)。选择&#34; appcompat&#34;
  2. 项目 - &GT;属性 - &GT;机器人。在部分库&#34;添加&#34;并选择&#34; appCompat&#34; 这就是全部!
  3. 请同时参阅this