-
-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: resource android:attr/lStar not found #356
Comments
I'm having this issue too when building an android APK |
I was trying
the compilesdk and tragetsdk versions should follow the project versions. |
Facing the same issue |
This helped me temporarily fix the issue (seems to be related to Flutter 3.24): in
|
I found the same solution as others. changing the compileSdkVersion and targetSdkVersion from 30 to 31 in the package's build.gradle file fixed the issue:
Error when building for release (debug didn't show the error for some reason):
This PR should fix this issue as it updates the compileSdkVersion and targetSdkVersion to 34: #348 |
To temporary solve the issue you can use this following code: Replace it in pubspec.yaml file
Thank you! |
+1 |
I'll give it a try, thanks! |
simple_barcode_scanner 0.1.1 depends on flutter_barcode_scanner ^2.0.0 and no versions of simple_barcode_scanner match >0.1.1 <0.2.0, simple_barcode_scanner ^0.1.1 requires flutter_barcode_scanner from hosted. |
I tried building with Flutter version: 3.24.2-stable
|
set |
This solution worked for me |
I have a similar issue is there any way to resolve it? Can any buddy help with the below? I am facing an issue after upgrading to Flutter version 3.24.1 android {
} Execution failed for task ':flutter_barcode_scanner:verifyReleaseResources'.
|
anyone experience this error on Flutter 3.19?
The text was updated successfully, but these errors were encountered: