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

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

error: resource android:attr/lStar not found.

npm update @react-native-community/netinfo
Posted by: Guest on November-29-2021

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

Browse Popular Code Answers by Language