外贸网站系统,广告优化师面试常见问题,域名解析站长工具,一条专访是哪个网站做的当我做一个make时如何找到此错误的问题我收到此错误消息#xff1a;错误#xff1a;(9,5)错误#xff1a;找不到资源android#xff1a;attr / colorError奇怪的是我有2个build.gradle文件#xff1a;这里是我的build.gradle(Project#xff1a;Projectname)文件#xf…当我做一个make时如何找到此错误的问题我收到此错误消息错误(9,5)错误找不到资源androidattr / colorError奇怪的是我有2个build.gradle文件这里是我的build.gradle(ProjectProjectname)文件buildscript {repositories {jcenter()}dependencies {classpath com.android.tools.build:gradle:3.0.0// NOTE: Do not place your application dependencies here; they belong// in the individual module build.gradle files}}allprojects {repositories {jcenter()maven {url https://maven.google.com}}}task clean(type: Delete) {delete rootProject.buildDir}这是我的build.gradle(模块app)文件apply plugin: com.android.applicationandroid {compileSdkVersion 22defaultConfig {applicationId org.acme.nfceditminSdkVersion 22targetSdkVersion 26versionCode 1versionName 1.0testInstrumentationRunner android.support.test.runner.AndroidJUnitRunner}buildTypes {release {minifyEnabled falseproguardFiles getDefaultProguardFile(proguard-android.txt), proguard-rules.pro}}productFlavors {}}dependencies {implementation fileTree(include: [*.jar], dir: libs)implementation com.android.support:appcompat-v7:26.1.0implementation com.android.support.constraint:constraint-layout:1.0.2testImplementation junit:junit:4.12androidTestImplementation com.android.support.test:runner:1.0.1androidTestImplementation com.android.support.test.espresso:espresso-core:3.0.1}此文件显示为/home/users/.gradle/caches/transforms-1/files-1.1/appcompat-v7-26.1.0.aar/c41e5bc4d98504dc222d4eca88ab6d1b/res/values-v26/values-v26.xml内容?android:attr/colorError?android:attr/colorErrortruetrue我不知道什么是mmeaningandroidattr / colorError谢谢