检索项目的父项时出错:找不到与给定名称相匹配的资源 Borderless.Colored

Error retrieving parent for item: No resource found that matches the given name Borderless.Colored

我昨天更新了 android 支持库,现在我在构建我的项目时遇到了这个错误。我已经搜索了解决方案,但没有找到任何有用的东西。

这是我 build.gradle 文件中的内容

  compileSdkVersion 23
  buildToolsVersion '23.0.0'
  minSdkVersion 15
  targetSdkVersion 23
  compile 'com.android.support:appcompat-v7:23.0.0'
  compile 'com.android.support:design:23.0.0'
  compile 'com.android.support:support-v4:23.0.0'

将 compilesdk 和构建工具版本更改为 25。

compileSdkVersion 25
buildToolsVersion "25.0.2"