CreativeSDK / android-getting-started-samples

Getting started guides and sample code for the Adobe Creative SDK for Android
63 stars 33 forks source link

Duplicate entry when signing APK #48

Open mslobodan opened 7 years ago

mslobodan commented 7 years ago

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?

dgaurav-163 commented 5 years ago

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