Replies: 1 comment 4 replies
-
Can you share more details on how you got this error? Did you integrate similar to how this example is built? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks,
I am integrating web3auth RN SDK on android and got bellow error
Manifest merger failed : Attribute application@name value=(myapp.mobile.MainApplication) from AndroidManifest.xml:19:7-38
is also present at [org.torusresearch:web3auth-android-sdk:3.0.0] AndroidManifest.xml:17:18-62 value=(com.web3auth.core.Web3AuthApp).
Suggestion: add 'tools:replace="android:name"' to element at AndroidManifest.xml:7:5-12:19 to override.
Do you have any suggestion to fix it
Thanks,
Huy
Beta Was this translation helpful? Give feedback.
All reactions