You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to target android with ffmpeg, I get the following error:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':packageDebugBundle'.
at ...
Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.PackageBundleTask$BundleToolWorkAction
at ...
Caused by: com.android.tools.build.bundletool.model.exceptions.InvalidBundleException: File 'root/lib/arm64-v8a/ffmpeg' uses reserved file or directory name 'lib'.
Unfortunately that solution does not cover kotlin build scripts. Additionally, the kotlin multiplatform plugin is unable to use custom configurations (such as javacpp) even if they are defined.
When trying to target android with ffmpeg, I get the following error:
build.gradle.kts:
The text was updated successfully, but these errors were encountered: