-
Notifications
You must be signed in to change notification settings - Fork 172
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 on release build #86
Comments
Am having the same problem |
I will be using this forked version https://pub.dev/packages/cached_video_player_fork since it is working well in release until the issue is resolved |
I have this same issues, and It took me days to figure out that its this package that is causing a build to fail. |
This worked for me thanks |
Found a decent solution from @ you need to add the dependency like this in your
|
the plugin Kotilin version and targetSdkVersion need to be updated for a fix |
Im using packages that needs "minSdkVersion 23" so I fixed using this installation cached_video_player: |
same as well but in flutter sound
BUILD FAILED in 1m 7s |
after Try this out Add this at the end of allprojects in android/build.gradle
|
Can you please post your To prevent this, you need to add the package directly in your
|
|
remove video_player_platform_interface: ^6.1.0 |
FAILURE: Build failed with an exception.
Execution failed for task ':cached_video_player:verifyReleaseResources'.
BUILD FAILED in 1m 59s
Running Gradle task 'assembleRelease'... 120.6s
Gradle task assembleRelease failed with exit code 1
The text was updated successfully, but these errors were encountered: