Closed Nico04 closed 5 months ago
Can you share the text of the MergeFailureException?
It won't help you ^^
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
> com.android.manifmerger.ManifestMerger2$MergeFailureException: Error parsing ***\android\app\src\main\AndroidManifest.xml
Thanks - I see that the example app also does not have the 'merge' line, so I guess it shouldn't be there and I'll remove it in the next version. Thanks!
After adding configuration for the Android Foreground Service in
AndroidManifest.xml
(copied from this package doc), I can't compile anymore, it throw aMergeFailureException
.After a small research, solution was to remove
tools:node="merge"
part of the configBefore
After
Maybe you could update the documentation ? Or I missed someting ?
Environment compileSdkVersion 34 Flutter 3.22.2