Android开发之gradle合并冲突

648 阅读1分钟

so库冲突

`> Task :sst:mergeDebugNativeLibs FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':sst:mergeDebugNativeLibs'.

A failure occurred while executing com.android.build.gradle.internal.tasks.MergeNativeLibsTask$MergeNativeLibsTaskWorkAction 2 files found with path 'lib/arm64-v8a/libc++_shared.so' from inputs: - D:\AndroidStudioProjects\hzty_sst\faceplatform-ui\build\intermediates\library_jni\debug\jni\arm64-v8a\libc++_shared.so - C:\Users\Shyky.gradle\caches\transforms-3\526da62c653d364c0ef120d52571e847\transformed\jetified-datareporter-1.3.9\jni\arm64-v8a\libc++_shared.so If you are using jniLibs and CMake IMPORTED targets, see developer.android.com/r/tools/jni…

  • 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 help.gradle.org

BUILD FAILED in 5s 302 actionable tasks: 5 executed, 297 up-to-date`

截图

image.png

image.png