Android IDE (AIDE) Support Forum

Aapt: No resource identifier found for attribute 'appComponentFactory' in package 'android', help in this error

apply plugin: ‘com.android.application’

android {
compileSdkVersion 29

defaultConfig {
    applicationId "org.nawadarefrigeration"
    minSdkVersion 14
    targetSdkVersion 29
    versionCode 1
    versionName "1.0"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}

}

dependencies {
// ‘com.android.support:appcompat-v7:27.1.0’
//api ‘com.android.support:support-v4:27.1.0’
compile fileTree(dir: ‘libs’, include: [’*.jar’])
implementation ‘androidx.appcompat:appcompat:1.2.0’
}

Download and use the androidx jar file. Can be found on this forum if you search.