Android layout 来自appcompat-v7:22.2.0的资源在Android Studio中给出错误

Android layout 来自appcompat-v7:22.2.0的资源在Android Studio中给出错误,android-layout,Android Layout,我在build.gradle中添加了compile'com.android.support:appcompat-v7:22.2.0'作为依赖项。但是,在从appcompat-v7访问许多资源时,应用程序也会出现错误 错误: 错误:(25,64)未找到与给定名称匹配的资源(在'drawable'处,值为'@drawable/abc\u textfield\u default\u mtrl\u alpha')。请提供详细的错误堆栈跟踪信息 在Build.gradle中,将此添加到依赖项中 depen

我在build.gradle中添加了compile'com.android.support:appcompat-v7:22.2.0'作为依赖项。但是,在从appcompat-v7访问许多资源时,应用程序也会出现错误

错误:


错误:(25,64)未找到与给定名称匹配的资源(在'drawable'处,值为'@drawable/abc\u textfield\u default\u mtrl\u alpha')。

请提供详细的错误堆栈跟踪信息

在Build.gradle中,将此添加到依赖项中

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.0.0'
}

请提供详细的错误堆栈跟踪

在Build.gradle中,将此添加到依赖项中

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.0.0'
}

请帮忙!!谢谢你的帮助!!提前谢谢