ark-brighthustle / flutter_zoom_sdk

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by CodeSyncr
BSD 3-Clause "New" or "Revised" License
41 stars 85 forks source link

Android Build Failed #96

Open codestronaut opened 2 years ago

codestronaut commented 2 years ago

Hi, I've implemented flutter zoom SDK and trying to build a release appbundle. But I got an error.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mergeProdReleaseNativeLibs'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > More than one file was found with OS independent path 'lib/x86/libc++_shared.so'. If you are using jniLibs and CMake IMPORTED targets, see https://developer.android.com/studio/preview/features#automatic_packaging_of_prebuilt_dependencies_used_by_cmake

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 4m 16s
Running Gradle task 'bundleProdRelease'...                        258.0s
Gradle task bundleProdRelease failed with exit code 1
codestronaut commented 2 years ago

Before I implemented flutter zoom SDK, the build release didn't have any problems.