Execution failed for task ':app:processDebugMainManifest'

Hi, I’m experiencing an error in gradle on my flutter project, I don’t know why, after pressing clean workspace cache…

The error is like this

Based on logs, it looks like you’re project is somehow setting the value=(@string/app_name) twice in AndroidManifest.xml

You can add another element as mentioned in line 4

tools:replace="android:label"
Which will replace the label’s if they were set multiple times in order to avoid duplicacy.