android - Load file that is duplicated in two jars -


hi have 2 jars in android studio project contains common files , when try launch app appears error duplicate files in jar generate apk.

i see fix it's need write en buid.gradle

packagingoptions {     exclude 'filename' } 

but solution ignore files when try load not in package.

other solution this?

thanks


Comments