Android appcompat v7 - 导入时出现错误

标签 android eclipse import adt eclipse-adt

我刚刚在 Eclipse 中创建了一个新的 Android 项目。之后我设法导入了 android-support-v7-appcompat 库。不幸的是给出了一个错误:

../res/values-v21/styles_base.xml:75: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.CloseMode'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:83: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.Overflow'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:25: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionBar.TabView'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:29: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabView'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:33: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionBar.TabText'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:37: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabText'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:41: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabText'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:65: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionMode.Title'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:69: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionMode.Subtitle'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:45: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Menu'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:49: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:53: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Subtitle'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:57: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title.Inverse'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:61: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:178: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ProgressBar.Horizontal'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:182: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ProgressBar'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:113: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Spinner'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:115: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Spinner'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:110: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.DropDownItem.Spinner'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:107: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ListView.DropDown'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:121: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ListView'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:126: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ListPopupWindow'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:138: error: Error: No resource found that matches the given name: attr 'android:overlapAnchor'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:143: error: Error: No resource found that matches the given name: attr 'android:overlapAnchor'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:129: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.PopupMenu'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:132: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.PopupMenu'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:146: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Large'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:150: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Small'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:154: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Large'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:158: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Small'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:164: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Material.SearchResult.Title'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:168: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Material.SearchResult.Subtitle'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:172: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.AutoCompleteTextView'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:174: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.AutoCompleteTextView'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:93: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Toolbar.Button.Navigation'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:97: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base.xml:101: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Subtitle'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:62: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Button'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:20: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:22: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Display4'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:24: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Display3'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:26: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Display2'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:28: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Display1'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:30: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Headline'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:32: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Title'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:34: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Subhead'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:36: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Body2'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:38: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Body1'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:40: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Caption'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:42: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Menu'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:60: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Button'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:46: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Inverse'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:48: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Large'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:50: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Large.Inverse'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:52: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Medium'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:54: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Medium.Inverse'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:56: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Small'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/styles_base_text.xml:58: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Small.Inverse'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:26: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Material'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:31: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Material.Light'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:36: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Material.Dialog'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:41: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Material.Light.Dialog'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v11/themes_base.xml:338: error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v14/themes_base.xml:29: error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v11/themes_base.xml:345: error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v14/themes_base.xml:37: error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v11/themes_base.xml:352: error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v14/themes_base.xml:45: error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v11/themes_base.xml:359: error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v14/themes_base.xml:53: error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:202: error: Error retrieving parent for item: No resource found that matches the given name 'android:ThemeOverlay.Material'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:212: error: Error retrieving parent for item: No resource found that matches the given name 'android:ThemeOverlay.Material.Light'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:205: error: Error retrieving parent for item: No resource found that matches the given name 'android:ThemeOverlay.Material.Dark'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:219: error: Error retrieving parent for item: No resource found that matches the given name 'android:ThemeOverlay.Material.ActionBar'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:223: error: Error retrieving parent for item: No resource found that matches the given name 'android:ThemeOverlay.Material.Dark.ActionBar'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:81: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:83: error: Error: No resource found that matches the given name: attr 'android:colorControlActivated'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:84: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:82: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:79: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:80: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:118: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:120: error: Error: No resource found that matches the given name: attr 'android:colorControlActivated'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:121: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:119: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:116: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:117: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:155: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:157: error: Error: No resource found that matches the given name: attr 'android:colorControlActivated'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:158: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:156: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:153: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:154: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:192: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:194: error: Error: No resource found that matches the given name: attr 'android:colorControlActivated'.
[2015-02-08 16:23:01 - android-support-v7-appcompat] 
../res/values-v21/themes_base.xml:195: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.

这还不是整个错误日志。完整的是here . 我安装了最新的 sdk。错误在 res/values-v21/styles_base.xml 您是否知道导致此问题的原因以及如何解决?

最佳答案

This解决了我的问题。我不知道为什么它不被接受,但对我来说很有效。

关于Android appcompat v7 - 导入时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28395345/

相关文章:

android - 使用新的 Material Design 在 AppBarLayout 上方叠加内容

java - GWT 开发模式不编译 Web 应用程序

java - 在 Eclipse 中执行程序时找不到类

java - 'keytool' 未被识别为内部或外部命令

android - Android 位图中 getPixel 和 getPixel 的更快替代方案?

java - 查看导入被调用的位置

python : How to access file from different directory

html - Safari 不支持通过链接导入 HTML?

android - 用于测试 GCM 或 FCM 的服务器端点是什么?

java - GAE 开发 - 开发环境设置(HotSwap)