Issue
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
Solution
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
Answered By – Grub
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0