-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error adding dependency in gradle #16
Comments
This erros occurs because the class
|
This is the problem @lucasmpaim explained. You can use provided solution or version 0.0.1 of the library, which doesn't use code from |
Thanks, I added inside dependencies:
And inside android:
|
@rafagan is it working fine for you now? |
Actually no. But I got the old version and it still works. |
I experiencing the following error:
Manifest merger failed : 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 element at AndroidManifest.xml:9:5-97:19 to override.
My gradle:
The text was updated successfully, but these errors were encountered: