[Android] AndroidManifest.xml merging issue
See original GitHub issueWe find the file AndroidManifest.xml under Assets/Plugins/Android extended by com.adjust.sdk.AdjustReferrerReceiver node EVERYTIME after i build an android project!
NOW, we have 55 com.adjust.sdk.AdjustReferrerReceivers in the file! =.=
Emmm… Why dont you use auto-merging by Unity?
Issue Analytics
- State:
 - Created 3 years ago
 - Comments:7 (3 by maintainers)
 
Top Results From Across the Web
Manage manifest files | Android Studio
The manifest merger tool combines all XML elements from each file by following merge heuristics and obeying merge preferences that you have ...
Read more >Manifest merger failed targeting Android 12 [duplicate]
The issue was caused by 3 activities missing the android:exported attribute in the androidx.test:core library version 1.3.0 .
Read more >Manifest Merger Fails with Multiple Errors in Android Studio
A merge conflict occurs while merging whenever the value of any attribute is different in the two Manifest files. However, if an element...
Read more >How to resolve AndroidManifest.xml merge conflict build ...
The following steps should solve AndroidManifest.xml merge problems. Solution. Remove the AAR file from Assets > Plugins > Android > libs in your...
Read more >Merging Multiple Manifest Files: Android
The merger tool combines all the manifest files into one file by merging them sequentally based on each manifest file's priority. For example,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It works well!
Yeah, feel free to give some version after 4.20.1 a shot and hopefully your
AndroidManifest.xmlshould not be overwritten anymore if there’s no need for it. Let us know if overwriting stopped with latest version.