Adobe Creative SDK include a IInAppBillingService.
Google released the Play Billing Library com.android.billingclient:billing
and it include a IInAppBillingService also.
https://developer.android.com/google/play/billing/billing_library.html
When you use the Play Billing Library and Creative SDK at the same time. you may run into the following build error.
com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/android/vending/billing/IInAppBillingService$Stub$Proxy.class
Is there any solution? thanks