when I try to build the APK in my react-native project I’m facing AAPT: error: resource android:attr/lStar not found.
node version : 12.22.12
react-native : 0.63.2
buildToolsVersion : 29.0.2
minSdkVersion : 21
compileSdkVersion : 29
targetSdkVersion : 30
kotlinVersion: 1.3.72
2
Answers
This solution worked for me. Add the below mentioned code in the
build.gradle
file underandroid/app
Updating from
[email protected]
to[email protected]
worked for me with this same issue.As described here:
https://github.com/facebook/react-native/issues/35210