-
Notifications
You must be signed in to change notification settings - Fork 525
Showing "Manifest merge failed error" #837
Comments
@Hari-krish-v Have you managed to fix it? |
Okay, I've managed to fix it by using |
I have updated to the latest version then also it showing the same error "Manifest merge failed" |
@Hari-krish-v I added this as a workaround to my AndroidManifest.xml
|
Thank you so much. Save me a lot of time @felexx90 |
I was trying to find a solution for a week for this, THANK YOU BLESS YOU! |
You are a lifesaver bro, I was struggling to fix this for the last 4 days. Your solution worked. Thank you. |
Thank you. |
I only had to add the xmlns:tools="http://schemas.android.com/tools" into my AndroidManifest.xml and it worked just perfect! Thanks @felexx90 you saved me a lot of time. |
You are a hearo brother.You saved my time |
@felexx90, app builds success, but crashes on entering. Which place should I add this activity in? Maybe I do smth wrong |
Thanks. :) |
Closing this ticket, so that new users don't think this project is still active. Stripe does not want you using this, and you will find pain if you do; Please migrate to the official @stripe/stripe-react-native package, for your user's safety, and your developer's sanity! See more: #842 |
I was facing the same error and tried this
But then got another error, after some research found the solution, which was same above line of code but without "tools:node="merge"", Like this
|
I can’t emphasize enough how you should move off of tipsi-stripe @ShoaibVirk008. This is a security vulnerability, and I hope I never again use an app that still uses tipsi-stripe today, as of 2023. |
When I installed tipsi-stipe package and run the project I get the below error message
"Manifest merger failed : android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for
android:exported
when the corresponding component has an intent filter defined"Added android:exported="true" on Main/AndroidManifest.xml file inside activity tag
Below are the versions details.
"react": "17.0.2",
"react-native": "0.68.0",
"tipsi-stripe": "^9.2.0"
The text was updated successfully, but these errors were encountered: