-
Notifications
You must be signed in to change notification settings - Fork 111
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
AAPT: error: resource android:attr/lStar not found. #134
Comments
Yes this issue persists. |
same problem
|
hey @cunha-hudson have you found any fix/hack, not able to build and proceed |
@TechBoyy6 no, but I realized that the error occurs because the flutter's latest version is incompatible, try use Flutter 3.22.3 |
Is there any solution to use this library and latest version of flutter? |
try adding the code block highlighted below to the rootProject.buildDir = "../build"
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
+ afterEvaluate {
+ android {
+ compileSdkVersion 34
+ }
+ }
} |
it didn't help Running Gradle task 'assembleRelease'... FAILURE: Build failed with an exception.
|
Facing Same Issue, Found any Solution? |
when i try build apk i receive this error:
FAILURE: Build failed with an exception.
Execution failed for task ':background_locator_2:verifyReleaseResources'.
Somebody can i help me?
flutter version 3.24.0 ,
compileSdkVersion = 34
targetSdkVersion = 34
appCompatVersion = "1.7.0"
kotlin_version = "2.0.20"
The text was updated successfully, but these errors were encountered: