Open
Conversation
…ocally to solve compilation problems.update podspec
…ocally to solve compilation problems.add framework files.
Handle the following build issues: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':ffmpeg_kit_flutter:bundleReleaseLocalLintAar'. > Error while evaluating property 'hasLocalAarDeps' of task ':ffmpeg_kit_flutter:bundleReleaseLocalLintAar'. > Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and Android resources from any local .aar file dependencies would not be packaged in the resulting AAR. Previous versions of the Android Gradle Plugin produce broken AARs in this case too (despite not throwing this error). The following direct local .aar file dependencies of the :ffmpeg_kit_flutter project caused this error: /Users/admin/.pub-cache/git/ffmpeg-kit-ff41066ee575d6eb9749ff943a03d845e51ca39a/flutter/flutter/android/libs/ffmpeg-kit-https-6.0-2.aar
|
new flutter package that worked for me : https://pub.dev/packages/ffmpeg_kit_flutter_new |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Handle following build issue:
FAILURE: Build failed with an exception.
Execution failed for task ':app:checkQaReleaseDuplicateClasses'.
Type of Change
Checks
Android,iOS,Linux,macOS,tvOS)Tests
How are these changes verified? Please provide test instructions.
Also list any relevant details about your test configuration.