You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Nestoro
changed the title
Android Crash: 'AAPT: error: resource android:attr/lStar not found.'
Fixed: Android Crash: 'AAPT: error: resource android:attr/lStar not found.'
Jun 20, 2023
Android assembleRelease crashed on me with this error:
AAPT: error: resource android:attr/lStar not found.
Originating from
node_modules\vision-camera-face-detector\android\build\intermediates\merged_res\release\values\values.xml:2756
.Already having the fix from here: rodgomesc/vision-camera-code-scanner#112 (comment) in place for the same problem in a similar dependency, I modified
android/app/build.grade
to include:which fixed this problem
The text was updated successfully, but these errors were encountered: