'I get this error after the installation of kommunicate chat bot in the app
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':app:processDebugMainManifest'.
Manifest merger failed : Attribute application@label value=(login_2) from AndroidManifest.xml:4:9-32 is also present at [io.kommunicate.sdk:kommunicateui:2.3.0] AndroidManifest.xml:25:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to element at AndroidManifest.xml:3:4-40:19 to override.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 1m 23s Exception: Gradle task assembleDebug failed with exit code 1
Solution 1:[1]
Add tools:replace="android:label"
in your application tag on Manifest wherever the android:label is used.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | amntoppo |