Answers for "aapt: error: resource android:attr/lstar not found. java"

0

AAPT: error: resource android:attr/lStar not found.

ext {
    buildToolsVersion = "29.0.2"
    minSdkVersion = 21
    compileSdkVersion = 29
    targetSdkVersion = 29
    googlePlayServicesAuthVersion = "16.0.1"
    androidXCore = "1.6.0"    //Add this line
}
Posted by: Guest on September-06-2021
0

114:25: AAPT: error: resource android:attr/lStar not found.

configurations.all {
    resolutionStrategy {
        force 'androidx.core:core-ktx:1.6.0'
    }
}
Posted by: Guest on November-16-2021

Code answers related to "aapt: error: resource android:attr/lstar not found. java"

Browse Popular Code Answers by Language