I’m trying to integrate AppsFlyer and when I do a build for Amazon with the Vungle plugin enabled the build fails (Error 256), and I get the following error message:
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:App:processReleaseManifest’.
Manifest merger failed : Attribute application@fullBackupContent value=(@xml/vungle_backup_rule) from [com.vungle:publisher-sdk-android:6.3.24] AndroidManifest.xml:16:9-60
is also present at [com.appsflyer:af-android-sdk:5.2.0] AndroidManifest.xml:14:18-73 value=(@xml/appsflyer_backup_rules).
Suggestion: add ‘tools:replace=“android:fullBackupContent”’ to element at AndroidManifest.xml:25:2-86:19 to override.
I see that there’s a suggestion there, but I don’t know what it means or how to implement it.
If I remove either Vungle or AppsFlyer from build.settings, the build works just fine. It’s only when both are present that the build fails. I’m using Solar2D build 3604 and java version 1.8.0_231.
If anyone who understands what’s going on under the hood can offer me any insight, I’d really appreciate it. Thanks!