You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2019. It is now read-only.
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
Hello everybody!
I have integrated
stickerfactorymodule in my Android app. Now, I want to integrateAdobe Creative SDKto have image process feature (filters, etc.).In app
build.gradlein dependencies section we have:When signing apk I got this error:
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?