2024-08-24 17:36:54
ErrorAAPT: error: resource android:attr/lStar not foundSolutionAdd the following code to android/build.gradle:subprojects { afterEvaluate { android { compileSdkVersion 34 } }}...