Android 中发现重复类问题

问题描述 投票:0回答:1

这是一个常见问题,已经被多次询问过不同的依赖项,我已经尝试过提供的解决方案,但没有一个有效,并且仍然遇到相同的错误。

这是一个React Native项目,在编译Android时,不断出现以下错误:

Duplicate class com.canhub.cropper.BitmapCroppingWorkerJob found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapCroppingWorkerJob$Result found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapCroppingWorkerJob$onPostExecute$2 found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapCroppingWorkerJob$start$1 found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapCroppingWorkerJob$start$1$1 found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapLoadingWorkerJob found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapLoadingWorkerJob$Result found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapLoadingWorkerJob$onPostExecute$2 found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapLoadingWorkerJob$start$1 found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapUtils found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapUtils$BitmapSampled found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapUtils$RotateBitmapResult found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.BitmapUtils$WhenMappings found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropException found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropException$Cancellation found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropException$Companion found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropException$FailedToDecodeImage found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropException$FailedToLoadBitmap found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropFileProvider found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImage found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImage$ActivityResult found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImage$ActivityResult$Companion found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImage$ActivityResult$Companion$CREATOR$1 found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImage$CancelledResult found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageActivity found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageActivity$Companion found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageActivity$Source found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageActivity$WhenMappings found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageActivity$onCreate$1 found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageActivity$showIntentChooser$ciIntentChooser$1 found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageAnimation found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageContract found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageContractOptions found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageIntentChooser found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageIntentChooser$Companion found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageIntentChooser$ResultCallback found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageOptions found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageOptionsKt found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$Companion found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$CropCornerShape found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$CropResult found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$CropShape found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$Guidelines found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$OnCropImageCompleteListener found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$OnSetCropOverlayMovedListener found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$OnSetCropOverlayReleasedListener found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$OnSetCropWindowChangeListener found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$OnSetImageUriCompleteListener found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$RequestSizeOptions found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropImageView$ScaleType found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropOverlayView found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropOverlayView$Companion found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropOverlayView$CropWindowChangeListener found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropOverlayView$ScaleListener found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropOverlayView$WhenMappings found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropWindowHandler found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropWindowHandler$WhenMappings found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropWindowMoveHandler found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropWindowMoveHandler$Companion found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropWindowMoveHandler$Type found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.CropWindowMoveHandler$WhenMappings found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.databinding.CropImageActivityBinding found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.databinding.CropImageViewBinding found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.utils.GetFilePathFromUriKt found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)
Duplicate class com.canhub.cropper.utils.GetUriForFileKt found in modules jetified-Android-Image-Cropper-4.3.1-runtime (com.github.CanHub:Android-Image-Cropper:4.3.1) and jetified-android-image-cropper-4.5.0-runtime (com.vanniktech:android-image-cropper:4.5.0)

我尝试添加以下内容,但没有一个起作用。

强制使用 com.vanniktech:android-image-cropper:4.5.0,不起作用。

configurations {
    all {
        resolutionStrategy {
            force 'com.vanniktech:android-image-cropper:4.5.0'
        }
    }
}

排除 com.github.CanHub:Android-Image-Cropper,不工作

implementation('com.github.CanHub:Android-Image-Cropper:4.3.1') {
    exclude group: 'com.github.CanHub', module: 'Android-Image-Cropper'
}

限制为 com.vanniktech:android-image-cropper:4.5.0,不起作用。

constraints {
    implementation("com.vanniktech:android-image-cropper:4.5.0") {
        because("android-image-cropper is already in com.vanniktech:android-image-cropper")
    }
}
android react-native gradle duplicates
1个回答
0
投票

在 build.gradle (:app) 中添加所有配置以排除库,解决了该问题。

android {
    ...
    configurations {
        all {
            exclude group: 'com.github.CanHub', module: 'Android-Image-Cropper'
        }
    }
}
© www.soinside.com 2019 - 2024. All rights reserved.