Skip to content
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

Issue with new version #71

Open
Aniket8195 opened this issue Aug 9, 2024 · 2 comments
Open

Issue with new version #71

Aniket8195 opened this issue Aug 9, 2024 · 2 comments

Comments

@Aniket8195
Copy link

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':flutter_config:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR:D:\EKMC\build\flutter_config\intermediates\merged_res\release\values\values.xml:194: AAPT: error: resource android:attr/lStar not found.

@umutnacak
Copy link

umutnacak commented Aug 16, 2024

@Aniket8195 probably compileSdk issue. I got the following message after applying the fix in this comment flutter/flutter#153281 (comment)

Warning: Overriding compileSdk version in Flutter plugin: flutter_config from 29 to 31 (to work around https://issuetracker.google.com/issues/199180389).
If there is not a new version of flutter_config, consider filing an issue against flutter_config to increase their compileSdk to the latest (otherwise try updating to the latest version).

That fix seems to work for now. So you can try it while waiting for an update for this package.

@Aniket8195
Copy link
Author

Downgrading the flutter version has solved the issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants