Error

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


Solution

Add the following code to android/build.gradle:

subprojects {

afterEvaluate { android { compileSdkVersion 34 } }

}