gpt4 book ai didi

android - appcompat_v7 : Error retrieving parent for item: No resource found that matches the given name

转载 作者:IT老高 更新时间:2023-10-28 23:40:12 26 4
gpt4 key购买 nike

我正在尝试构建使用 appcompat_v7 库的 Android 项目。

为此,我通过 Eclipse -> New Android Sample Project 创建了我的项目并添加了我的自定义 styles.xml,然后添加了 appcompat_v7 库 Project -> Properties -> Android -> Add。

但是当我编译我的项目时,我在 appcompat_v7/res/values/styles_base.xml 中遇到以下错误:

appcompat_v7/res/values/styles_base.xml:24: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.

appcompat_v7/res/values/styles_base.xml:84: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.

appcompat_v7/res/values/styles_base.xml:166: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.

appcompat_v7/res/values/styles_base.xml:243: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.

appcompat_v7/res/values/styles_base.xml:261: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base.DropDownItem'.

appcompat_v7/res/values/styles_base.xml:319: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.

appcompat_v7/res/values/styles_base.xml:323: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Light.Base'.

appcompat_v7/res/values/styles_base.xml:347: error: Error retrieving parent for item: No resource found that matches the given name 'TextAppearance.AppCompat.Base'.

appcompat_v7/res/values/styles_base.xml:391: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Base'.

appcompat_v7/res/values/themes_base.xml:189: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Base'.

在我的 list 中,我已将 14 声明为 minSdkVersion,将 19 声明为 targetSdkVersion:

AndroidManifest.xml:

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />

我可以做些什么来修复这些错误并构建我的项目?

最佳答案

检查项目的构建目标和 appcompat_v7 库项目。它们应该是相同的,如果您的项目的构建目标少于您收到此错误并且无法构建。

要解决 Eclipse 中的问题,请转到 Project->Properties->Android (Project Build Target) 并选择等于您的 appcompat 库项目。

关于android - appcompat_v7 : Error retrieving parent for item: No resource found that matches the given name,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23231174/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com