你的环境
Plugin version: 2.5.6
Platform: Android
OS version: windows
React Native version: 0.63.2
上下文
当我想构建一个apk或者用react native run android运行我的项目时,它失败了,因为@mauron85/react native background geolocation和react native linear gradient之间存在冲突,当我删除其中一个时,每件事都能完美地运行预期的行为
我喜欢为我的应用程序生成一个apk或者在我的设备上运行它,但是。。。实际行为
这就是它给我的错误
任务“”的执行失败:app:checkreleaseduplicateclasses'.
1 exception was raised by workers:
java.lang.RuntimeException: Duplicate class org.slf4j.impl.StaticLoggerBinder found in modules logback-android-1.1.1-9-runtime.jar (com.github.tony19:logback-android:1.1.1-9) and slf4j-simple-1.7.25.jar (org.slf4j:slf4j-simple:1.7.25)
Duplicate class org.slf4j.impl.StaticMDCBinder found in modules logback-android-1.1.1-9-runtime.jar (com.github.tony19:logback-android:1.1.1-9) and slf4j-simple-1.7.25.jar (org.slf4j:slf4j-simple:1.7.25)
Duplicate class org.slf4j.impl.StaticMarkerBinder found in modules logback-android-1.1.1-9-runtime.jar (com.github.tony19:logback-android:1.1.1-9) and slf4j-simple-1.7.25.jar (org.slf4j:slf4j-simple:1.7.25)
可能的修复
我想知道如何解决此org.slf4j的冲突
@mauron85/react native background地理定位使用slf4j 1.7.25,react native linear gradient使用slf4j 1.7.21,反之亦然,我记不清了
暂无答案!
目前还没有任何答案,快来回答吧!