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
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.