Skip to content
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

Unable to build App after latest google library release #22

Open
pavanshettyks opened this issue Jun 24, 2019 · 1 comment
Open

Unable to build App after latest google library release #22

pavanshettyks opened this issue Jun 24, 2019 · 1 comment

Comments

@pavanshettyks
Copy link

I get the following error when I build the app:

` ....1\android\app\src\debug\AndroidManifest.xml:22:18-91 Error:
       Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91
       is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
       Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:7:5-117 to override.

See http://g.co/androidstudio/manifest-merger for more information about the manifest merger. 

I found out that this was due to update Google Play Services and Firebase . This forces to use androidx dependencies causing most of dependent builds to fail.

Thanks to comments in : facebook/react-native#25301

Whether anyone working on a fix for this issue?

@narghev
Copy link

narghev commented Dec 15, 2019

I have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants