Android 请求帮助:“请求帮助”;错误:检索项的父项时出错:未找到与给定名称';Theme.AppCompat.Light'&引用;

Android 请求帮助:“请求帮助”;错误:检索项的父项时出错:未找到与给定名称';Theme.AppCompat.Light'&引用;,android,Android,我是安卓的新生。在Eclipse中创建Android应用程序项目时,出现了三个错误,如下所示: 这是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. --> <s

我是安卓的新生。在Eclipse中创建Android应用程序项目时,出现了三个错误,如下所示:

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

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

在values-->style文件夹中以及values-v11、values-v14中检查您的应用程序主题

检查您的活动扩展了什么“AppcompactActivity”或“activity”。
如果您必须使用“活动”扩展活动,请转到style.xml并将父级“主题”更改为“android:theme.Light”。

谢谢。出现了一个新错误:\res\menu\main.xml:6:error:在包'com.example.test26'中找不到属性'showAsAction'的资源标识符我该怎么办…eclipse对于android开发已经过时尝试使用android studioPossible重复您到底尝试了什么?有很多类似的问题,你都查过了吗?