shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 327 forks source link

Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED D8: Program type already present: com.coremedia.iso.BoxParser #222

Closed harikrishna1213 closed 5 years ago

harikrishna1213 commented 5 years ago

Here I am getting this issue while integrating react-native-video-processing library to my react-native (android) project.

Current Behavior

Expected Behavior

The app should run without errors.

Your Environment

Below is my app/build.gradle file

dependencies {

implementation project(':react-native-video-processing')
implementation project(':react-native-orientation')
implementation project(':react-native-linear-gradient')
implementation project(':react-native-keep-awake')
implementation project(':react-native-video')
implementation 'com.iceteck.silicompressorr:silicompressor:2.2.1'
implementation project(':react-native-maps')
implementation project(':react-native-location-switch')
implementation project(':react-native-image-crop-picker')
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
implementation "com.facebook.react:react-native:+"  // From node_modules
implementation(project(':react-native-maps')) {
    exclude group: 'com.google.android.gms', module: 'play-services-base'
    exclude group: 'com.google.android.gms', module: 'play-services-maps'
}

implementation 'com.google.android.gms:play-services-base:16.+' implementation 'com.google.android.gms:play-services-maps:16.+' }

software version
react-native-video-processing
react-native
node
waqaramjad commented 4 years ago

same issue