寻求帮助:"错误:检索项目的父项时出错:找不到与给定名称匹配的资源' Theme.AppCompat.Light' "

时间:2017-05-20 07:46:54

标签: android

我是Android的新手。当我在Eclipse中创建一个Android应用程序项目时,发生了三个错误。如下所示: Details of three errors

这是styles.xml中的代码:

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

<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
    <!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>

为了解决这个问题,我在互联网上搜索了很多次。我确实在互联网上找到了一些解决方案,但这并没有奏效。 如果有人可以帮助我,我将非常感激〜

1 个答案:

答案 0 :(得分:0)

在值中检查您的应用主题 - &gt;样式文件夹也在值-v11,values-v14中。

检查您的活动是什么延伸&#34; AppcompactActivity&#34;或&#34;活动&#34;。 如果你必须使用&#34;活动&#34;扩展您的活动,然后转到style.xml并更改父&#34;主题&#34;喜欢&#34; android:Theme.Light&#34;。