-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manifest merger failed : Android #25307
Comments
Refer to my comment here for the fix: #25296 (comment) |
+1 Same behavior |
@udaisubramaniam did not work! |
Fixed for me |
not clear what to do. @rocky225 |
Add to your package level android/build.gradle in buildscript -> ext:
|
@fellmann Tried that too . still the same error. |
Same issue |
Same issue. All solutions listed above do not work for me. |
@fellmann thanks a lot! |
Same issue. All solutions listed above do not work for me. |
thanks @fellmann |
@nahidmbstu
don't forget
This problem come from Google and burning out for 1 days |
@fellmann Solution works. Thanks! I just waste few hours of researching this bug :/ |
@songoten28 thanks mate, you are a star. |
I will suggest to strict type the following packages as recent google services updated caused a lot of conflicts in dependencies:
Check if you are using any of these libraries and specify the versions instead of using '+' |
The same issue, feeling that React native is broken. It all depends on how many packages you added to your project. The community does not maintain some packages. So it will break. |
Fixed for me as well |
For me, it was react-native-admob, had to change its google play ad service dependency version to
|
your project's build.gradle |
i am getting same error i changed googlePlayServicesVersion = '+' to googlePlayServicesVersion = '16.+' what should i do and my dependencies : dependencies { |
@nahidmbstu take a look at react-native-device-info/react-native-device-info#693 (comment). Using that, try to find which libraries from androidX is your project using and then add those libraries to the code below |
modify your graddle.properties |
it works for me! |
I had the same issue and took me headache one day and a half. In
Change all
In Add Re-Build project then everything works fine!!! |
Ran into the same problem and fixed it by doing the following:
|
Adding I then tried @codedadysolutions's comment and migrated to AndroidX. It got rid of compile errors and got to compile, but in runtime I get:
This is a fresh new project with RN 0.60 RC2 |
@canpoyrazoglu add your config like this
|
This is a duplicate of #25293, please read the issue there to understand your problem. It's not strictly caused by the main react-native library itself. |
Environment:
OS: Linux 4.15
Node: 8.15.0
Yarn: 1.12.3
npm: 6.4.1
Watchman: 4.7.0
Xcode: N/A
Android Studio: Not Found
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.4 => 0.55.4
Steps to reproduce:
2 gives me this error .
The text was updated successfully, but these errors were encountered: