As error:
AAPT: error: resource android:attr/colorError not found.
Solutions:
1 build.gradle Set as follows:
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "com.lgl.answersystem"
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "1.0"
}
Later, an error was reported
AAPT: error: resource android:attr/dialogCornerRadius not found.
terms of settlement:
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "com.lgl.answersystem"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
Read More:
- Android Error:AAPT: error: resource android:attr/colorError not found
- AAPT: error: resource android:attr/dialogCornerRadius not found.
- How to Fix com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
- Error resource Android datalogcornerradius not found
- Android studio AAPT: error: attribute android:requestLegacyExternalStorage not found.
- Android studio compilation error: style attribute ‘@ android:attr/windowEnterAnimation ‘not found the ultimate solution
- Resolution AAPT: error: resource drawable/ (aka xxx) not found
- AAPT: error: ‘null‘ is incompatible with attribute button (attr) reference.
- 26、Error:No resource identifier found for attribute ’roundIcon’ in package ‘android’
- [Fixed] Error:(3) Error retrieving parent for item: No resource found that matches the given name ‘android’
- Found item Attr/circleRadius more than one time
- Android studio compile and run report: AAPT2 error: check logs for details
- Android Studio could not resolve resource
- error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not
- (springmvc) Failed to load resource: the server responded with a status of 404 (Not Found)
- Python error: resource u’tokenizers / Punkt/ english.pickle ‘ not found.
- raise LookupError(resource_not_found)
- The requested resource is not found
- Shrio | java.io.IOException: Resource [classpath:shiro.ini] could not be found
- [Solved] jQuery Error: Uncaught TypeError: this.attr is not a function