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

[ BUG ] : * What went wrong: Execution failed for task ':cached_video_player:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action > Android resource linking failed ERROR:C:\salin_salita\salinsalita\build\cached_video_player\intermediates\merged_res\release\values\values.xml:141: AAPT: error: resource android:attr/lStar not found. #285

Open
voltohmmeter opened this issue May 16, 2024 · 6 comments
Assignees
Labels
Appinio video player This label is used to indicate that this issue belongs to Appinio video player plugin

Comments

@voltohmmeter
Copy link

While running flutter build apk I continuously get that error.

@Abdullah104
Copy link

Abdullah104 commented May 28, 2024

Me too. I had to revert to building an appbundle instead of an apk to get around it, as I don't face this issue when running flutter build appbundle unlike flutter build apk

@6Yolo6
Copy link

6Yolo6 commented May 28, 2024

I'm also getting an error when building, is there a solution yet?

@chauhanpriyanshu001
Copy link

same error

@JahnChoi
Copy link

JahnChoi commented Jul 10, 2024

Consider using the following snippet to override the cached_video_player dependency with the Gradle bump fix from a forked repo. This should fix the APK build issues.

In your pubspec.yaml add the following:

dependency_overrides:
    appinio_video_player:
      git:
        url: https://github.com/JahnChoi/appinio_flutter_packages
        path: packages/appinio_video_player
        ref: feature/switch-cached-video-player-dep

@JahnChoi
Copy link

Just created a PR to resolve this issue for the main package as well: #291

@khanmujeeb687 khanmujeeb687 added the Appinio video player This label is used to indicate that this issue belongs to Appinio video player plugin label Jul 10, 2024
@HSNDevlopment
Copy link

i solved my problem by adding this :
dependency_overrides:
appinio_video_player:
git:
url: https://github.com/JahnChoi/appinio_flutter_packages
path: packages/appinio_video_player
ref: feature/switch-cached-video-player-dep

thank you for you.
appinio_video_player: ^1.3.0
logger: ^1.4.0
#geolocator: ^10.1.0
flutter_localizations:
sdk: flutter
dependency_overrides:
appinio_video_player:
git:
url: https://github.com/JahnChoi/appinio_flutter_packages
path: packages/appinio_video_player
ref: feature/switch-cached-video-player-dep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Appinio video player This label is used to indicate that this issue belongs to Appinio video player plugin
Projects
None yet
Development

No branches or pull requests

7 participants