I had built a flutter app with some of the dependencies (from flutter pub). While running that application, It failed with this exception. How to fix this issue?
What went wrong:
Execution failed for task ':app:mergeDebugNativeLibs'.
> 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'
Thanks in advance.