Parsing error hints,
In the main program module manifest file, the application
properties of the node refer to the android:icon
@mipmap/ic_launcher
picture resource,
In the module-dependent manifest file, the same android:icon
attribute references the @drawable/ic_launcher
image resource,
Two attribute values create a conflict, resulting in a failed merge of the manifest file.
Although know what the error is, but still do not know how to solve AH.
In fact, the English is not so bad, more careful, you can see the error in the prompt to give a solution to the problem of the proposal.
Suggestion:add ' tools:replace= "Android:icon" to element @ Androidmanifest.xml:5:5 to override
Adds a property to the node of the AndroidManifest.xml
file <application>
tools:replace="android:icon"
.
Follow the prompts to modify, and then sync gradle, problem solving.
"Manifest merger failed" appears when resolving Android Studio add dependencies