0

There's a library that I need to integrate in my project:

adobeMobileLibrary-4.14.0.jar

But when I try to run it gives me this error:

enter image description here

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/adobe/mobile/AbstractDatabaseBacking$CorruptedDatabaseException.class

So I found that a compiled .aar library is internally compiling the same adobeMobileLibrary but in another version.

enter image description here

What would be the best way to solve this type of problem?

Brandon Zamudio
  • 2,853
  • 4
  • 18
  • 34

0 Answers0