android-getting-started-samples icon indicating copy to clipboard operation
android-getting-started-samples copied to clipboard

Duplicate entry when signing APK

Open mslobodan opened this issue 8 years ago • 1 comments

Hello everybody!

I have integrated stickerfactory module in my Android app. Now, I want to integrate Adobe Creative SDK to have image process feature (filters, etc.).

In app build.gradle in dependencies section we have:

compile project(':stickers')

// other dependencies here

compile 'com.adobe.creativesdk.foundation:auth:0.9.1251'
compile 'com.adobe.creativesdk:image:4.8.4'
compile 'com.localytics.android:library:3.8.0'

When signing apk I got this error:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformClassesWithJarMergingForStageDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/android/vending/billing/IInAppBillingService$Stub$Proxy.class

I have found this link on Adobe support page: https://creativesdk.zendesk.com/hc/en-us/articles/209685473-Android-Image-Editor-IInAppBillingService-Stub-Proxy-class-duplicated-entry-Exception

but still haven't figure out how to solve this issue. 😢

Can someone give me some hint or solution for this problem?

mslobodan avatar Jul 15 '17 10:07 mslobodan

Any Solution for this issue? We also tried to exclude inapp payment library but could not get solution.

dgaurav-163 avatar Oct 15 '18 11:10 dgaurav-163