Skip to content

Instantly share code, notes, and snippets.

@dulmandakh
Created November 21, 2020 05:32
Show Gist options
  • Save dulmandakh/c5600f082022f916f546df65cfb736bc to your computer and use it in GitHub Desktop.
Save dulmandakh/c5600f082022f916f546df65cfb736bc to your computer and use it in GitHub Desktop.
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
> Duplicate class com.facebook.soloader.ApkSoSource found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.DirectorySoSource found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.Elf32_Dyn found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.Elf32_Ehdr found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.Elf32_Phdr found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.Elf32_Shdr found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.Elf64_Dyn found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.Elf64_Ehdr found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.Elf64_Phdr found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.Elf64_Shdr found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.ExoSoSource found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.FileLocker found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.MinElf found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.MinElf$ElfError found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.NativeLibrary found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.NoopSoSource found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.SoLoader found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.SoSource found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.SysUtil found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
Duplicate class com.facebook.soloader.SysUtil$LollipopSysdeps found in modules jetified-react-native-0.20.1-runtime (com.facebook.react:react-native:0.20.1) and jetified-soloader-0.9.0-runtime (com.facebook.soloader:soloader:0.9.0)
@NicChoo96
Copy link

Is this issue fixed? i seem to have this error even after 7 months has passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment