Describe the bug
When integrating the plugin, the Android app doesn't start.
To Reproduce
Steps to reproduce the behavior:
Add launchdarkly_flutter as a dependency in your pubspec.yaml file.
Try to run the app.
See error like below:
What went wrong:
Execution failed for task ':app:processDevelopmentDebugManifest'.
Manifest merger failed : Attribute application@label value=() from AndroidManifest.xml:23:9-30
is also present at [com.launchdarkly:launchdarkly-android-client-sdk:2.8.5] AndroidManifest.xml:19:18-50 value=(@string/app_name).
Suggestion: add 'tools:replace="android:label"' to element at AndroidManifest.xml:21:5-48:19 to override.
Describe the bug When integrating the plugin, the Android app doesn't start.
To Reproduce Steps to reproduce the behavior:
launchdarkly_flutter
as a dependency in your pubspec.yaml file.Execution failed for task ':app:processDevelopmentDebugManifest'.
Expected behavior The Android app should run.