flutter工程或android工程运行出现Duplicate class xxxx found in modules xxx and vvvv出现包冲突解决办法

先看错误:

Duplicate class com.yalantis.ucrop.BuildConfig found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCrop found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCrop$Options found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCropActivity found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCropActivity$1 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCropActivity$2 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCropActivity$3 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCropActivity$4 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCropActivity$5 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCropActivity$6 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCropActivity$7 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCropActivity$8 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.UCropActivity$GestureTypes found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.callback.BitmapCropCallback found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.callback.BitmapLoadCallback found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.callback.CropBoundsChangeListener found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.callback.OverlayViewChangeListener found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.model.AspectRatio found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.model.AspectRatio$1 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.model.CropParameters found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.model.ExifInfo found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.model.ImageState found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.task.BitmapCropTask found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.task.BitmapLoadTask found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.task.BitmapLoadTask$BitmapWorkerResult found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.BitmapLoadUtils found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.CubicEasing found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.EglUtils found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.FastBitmapDrawable found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.FileUtils found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.ImageHeaderParser found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.ImageHeaderParser$RandomAccessReader found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.ImageHeaderParser$Reader found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.ImageHeaderParser$StreamReader found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.RectUtils found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.RotationGestureDetector found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.RotationGestureDetector$OnRotationGestureListener found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.RotationGestureDetector$SimpleOnRotationGestureListener found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.util.SelectedStateListDrawable found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.CropImageView found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.CropImageView$WrapCropBoundsRunnable found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.CropImageView$ZoomImageToPosition found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.GestureCropImageView found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.GestureCropImageView$1 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.GestureCropImageView$GestureListener found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.GestureCropImageView$RotateListener found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.GestureCropImageView$ScaleListener found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.OverlayView found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.OverlayView$FreestyleMode found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.TransformImageView found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.TransformImageView$1 found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.TransformImageView$TransformImageListener found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)
     Duplicate class com.yalantis.ucrop.view.UCropView found in modules jetified-ucrop-2.2.8-runtime (com.github.yalantis:ucrop:2.2.8) and jetified-ucrop-v2.6.0-runtime (com.github.LuckSiege.PictureSelector:ucrop:v2.6.0)

分析:
从错误来看,展示的是com.yalantis.ucrop此包下的很多类在两个不同拆解里面出现,导致编译器不知道使用哪个合适。

查找问题:

如果是安卓工程出现这样的错误很简单。找到build.gradle引入包的地方,通过exclude关键字剔除冲突的类即可。

但是flutter工程不一样!flutter工程不一样!flutter工程不一样!

它是通过flutter拆解库下载对应的插件包直接下载到本地。虽然可以进入本地库修改插件源代码,但仅仅只是你本地不会出现这样的问题了,其他环境任然会出问题。

经过查找发现:此错误冲突的包,在这两个插件内部。这两个包在flutter工程引入的插件,因为插件支持android端,所以故而下载的本地库里面会兼容android此功能。而支持android端无非就是下载适合android端运行的工具库,也就是截图对应的。

解决方案:

方案1:注释掉其中一个,看谁影响小,将影响小的本地库包不冲突的类复制到源代码中。相当于去除重复冲突的类。这有个问题:虽然插件的代码给你挪过来了,但是兼容的android和ios部分是没有了。所以如果挪的话,你需要把兼容那块也挪一下。

方案2:找能替代的插件,替换。

能力有限,水平一般!目前只能想到这两种方案了,如果有更好的方式,欢迎评论区留言!

含以下java源文件: com.google.gson.DefaultDateTypeAdapter.class com.google.gson.ExclusionStrategy.class com.google.gson.FieldAttributes.class com.google.gson.FieldNamingPolicy.class com.google.gson.FieldNamingStrategy.class com.google.gson.Gson.class com.google.gson.GsonBuilder.class com.google.gson.InstanceCreator.class com.google.gson.JsonArray.class com.google.gson.JsonDeserializationContext.class com.google.gson.JsonDeserializer.class com.google.gson.JsonElement.class com.google.gson.JsonIOException.class com.google.gson.JsonNull.class com.google.gson.JsonObject.class com.google.gson.JsonParseException.class com.google.gson.JsonParser.class com.google.gson.JsonPrimitive.class com.google.gson.JsonSerializationContext.class com.google.gson.JsonSerializer.class com.google.gson.JsonStreamParser.class com.google.gson.JsonSyntaxException.class com.google.gson.LongSerializationPolicy.class com.google.gson.TreeTypeAdapter.class com.google.gson.TypeAdapter.class com.google.gson.TypeAdapterFactory.class com.google.gson.annotations.Expose.class com.google.gson.annotations.SerializedName.class com.google.gson.annotations.Since.class com.google.gson.annotations.Until.class com.google.gson.internal.ConstructorConstructor.class com.google.gson.internal.Excluder.class com.google.gson.internal.JsonReaderInternalAccess.class com.google.gson.internal.LazilyParsedNumber.class com.google.gson.internal.LinkedTreeMap.class com.google.gson.internal.ObjectConstructor.class com.google.gson.internal.Primitives.class com.google.gson.internal.Streams.class com.google.gson.internal.UnsafeAllocator.class com.google.gson.internal.bind.ArrayTypeAdapter.class com.google.gson.internal.bind.CollectionTypeAdapterFactory.class com.google.gson.internal.bind.DateTypeAdapter.class com.google.gson.internal.bind.JsonTreeReader.class com.google.gson.internal.bind.JsonTreeWriter.class com.google.gson.internal.bind.MapTypeAdapterFactory.class com.google.gson.internal.bind.ObjectTypeAdapter.class com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.class com.google.gson.internal.bind.SqlDateTypeAdapter.class com.google.gson.internal.bind.TimeTypeAdapter.class com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.class com.google.gson.internal.bind.TypeAdapters.class com.google.gson.reflect.TypeToken.class com.google.gson.stream.JsonReader.class com.google.gson.stream.JsonScope.class com.google.gson.stream.JsonToken.class com.google.gson.stream.JsonWriter.class com.google.gson.stream.MalformedJsonException.class
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值