找不到与给定名称匹配的资源[Eclipse]

时间:2016-11-17 14:37:39

标签: android eclipse

我正在尝试修复在Eclipse中尝试创建新的Android应用程序时遇到的一些错误。

发生以下错误:

[2016-11-17 15:22:52 - Chatter] C:\Users\Chris\AppData\Local\Android\sdk\extras\android\support\v7\appcompat\res\values-v23\styles_base.xml:20: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
[2016-11-17 15:22:48 - Chatter] 
[2016-11-17 15:22:48 - Chatter] C:\Users\Chris\AppData\Local\Android\sdk\extras\android\support\v7\appcompat\res\values-v23\styles_base_text.xml:19: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
[2016-11-17 15:22:48 - Chatter] 

我尝试了以下事项:

  • android-support-v7-appcompat导入项目。还创建了参考。
  • project.properties > targetandroid-19更改为android-21

我的项目设置:

  • 所需的最低SDK:API 14
  • 目标SDK:API 21
  • 编译:{{1​​}}
  • 空白活动 - 所有内容的默认名称。

0 个答案:

没有答案