GooglePlayLicensing Extension

zim32

Member
Ever since I added the google play licensing extension when ever I try and build to android I get
Execution failed for task ':com.company.game:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/apache/http/ConnectionClosedException.class
 

zim32

Member
:com.company.game:transformClassesWithJarMergingForDebug FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':com.company.game:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/apache/http/ConnectionClosedException.class

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 3 mins 23.034 secs


C:\WINDOWS\system32\cmd.exe exited with non-zero status (1)
does any of this info help anyone know what the problem is
 
Top