When trying to bundle my app for release, with the AppLovinQualityService plugin enabled, I get this error:
A failure occurred while executing com.android.build.gradle.internal.tasks.MergeClassesTask$MergeClassesWorkAction > Zip file 'base.jar' already contains entry 'com/applovin/quality/AppLovinQualityService.class', cannot overwrite
I can however build my app for my phone in debug.
Configuration cache is disabled, and this is with gradle build tools version 8.1.2, with gradle wrapper version 8.2.1
Expected Behavior
No response
How to Reproduce
Add the Ad Review plugin following the steps in the AppLovin docs, try building an AAB. Assuming you have the latest stable gradle and android studio releases (as of today)
MAX SDK Version
11.11.3
Device/Platform Info
Android Studio Giraffe | 2022.3.1 Patch 2
Current Behavior
When trying to bundle my app for release, with the AppLovinQualityService plugin enabled, I get this error:
A failure occurred while executing com.android.build.gradle.internal.tasks.MergeClassesTask$MergeClassesWorkAction > Zip file 'base.jar' already contains entry 'com/applovin/quality/AppLovinQualityService.class', cannot overwrite
I can however build my app for my phone in debug.
Configuration cache is disabled, and this is with gradle build tools version 8.1.2, with gradle wrapper version 8.2.1
Expected Behavior
No response
How to Reproduce
Add the Ad Review plugin following the steps in the AppLovin docs, try building an AAB. Assuming you have the latest stable gradle and android studio releases (as of today)
Additional Info
No response