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

Android Manifest Error After adding this dependency. #17

Closed
doilio opened this issue Jan 24, 2019 · 5 comments
Closed

Android Manifest Error After adding this dependency. #17

doilio opened this issue Jan 24, 2019 · 5 comments

Comments

@doilio
Copy link

doilio commented Jan 24, 2019

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.1] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
	Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:5:5-30:19 to override.

capture

@doilio
Copy link
Author

doilio commented Jan 24, 2019

version 1.1.1 Isn't working.
Only works when I use

implementation 'com.github.santalu:mask-edittext:1.0.7'

@doilio
Copy link
Author

doilio commented Jan 24, 2019

Also, when I use the mask with a fixed number on the left, it always ends up eating my first number
app:met_mask="+258(##) ## ## ###"
Instead of +258(82) 12 34 567
It Shows:
+258(21) 23 45 675

@santalu
Copy link
Owner

santalu commented Jan 29, 2019

Hi, sorry for the late reply.
AndroidX is implemented with version 1.1.0 and later. So if you are not using androidx please use 1.0.9 and previous releases.
I'll look into your issue. It should not happen in latest version

@Vagonn
Copy link

Vagonn commented Apr 23, 2019

@santalu any updates with this issue?

@enaannan
Copy link

enaannan commented Jun 1, 2019

@doilio how did you fix that issue?

@santalu santalu closed this as completed Jul 21, 2020
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

4 participants