I am unable to build signed apk. I implemented this library into my project: https://github.com/anjlab/android-inapp-billing-v3
after I implemented it, when I try to generate apk this error appears:
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
> java.io.IOException: Can't write [C:\Users\Admin\StudioProjects\MealPlanner\app\build\intermediates\transforms\proguard\release\jars\3\1f\main.jar] (Can't read [C:\Users\Admin\StudioProjects\MealPlanner\app\build\intermediates\exploded-aar\com.android.billingclient\billing\1.0\jars\classes.jar(;;;;;;**/*.class)] (Duplicate zip entry [classes.jar:com/android/vending/billing/IInAppBillingService$Stub$Proxy.class]))
I don't have any aidl file in my project and I tried outjars and exluding it from build.gradle but still the problem persists.
Any ideas how to solve this?