question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Android] AndroidManifest.xml merging issue

See original GitHub issue

We 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:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
CodeMasterYicommented, May 6, 2020

It works well!

0reactions
uercegcommented, May 6, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found