Hi all,
I'm a new member of this forum. I am currently having trouble troubleshooting when I want to build an AAB bundle on my android application when using javaccp opencv.
Here's the error I got
Execution failed for task ':app:packageDebugBundle'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.PackageBundleTask$BundleToolWorkAction
> File 'root/lib/arm64-v8a/include/cvkernels.h' uses reserved file or directory name 'lib'.
And this my dependecies
implementation 'org.bytedeco:javacv:1.4.4'implementation 'org.bytedeco.javacpp-presets:opencv:4.0.1-1.4.4:android-arm64'
implementation 'org.bytedeco.javacpp-presets:opencv:4.0.1-1.4.4:android-arm'
implementation 'org.bytedeco.javacpp-presets:opencv:4.0.1-1.4.4:android-x86
Thank you,
Hilmi