PinView
PinView copied to clipboard
Not working for android api 28
Hi this library not working for android 9 api 28 in which it try to convert from java to androidx.
below error code come out when run in android studio.
`Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0-rc02] AndroidManifest.xml:22:18-91
is also present at [androidx.core:core:1.0.0-rc01] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to
see this link. https://developer.android.com/jetpack/androidx/migrate#migrate
But i still want stick old java. Since a lot of involve.
On Tue, 14 May 2019, 11:06 PM syahrulhajji, [email protected] wrote:
see this link. https://developer.android.com/jetpack/androidx/migrate#migrate
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ChaosLeong/PinView/issues/42?email_source=notifications&email_token=ABTFQGH5Q34ULTAYARZLOSTPVLIPVA5CNFSM4HFXVA6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVLZDGQ#issuecomment-492278170, or mute the thread https://github.com/notifications/unsubscribe-auth/ABTFQGA3WNAEVGAYV7GYAODPVLIPVANCNFSM4HFXVA6A .
android x can only use the latest java, if it's not better don't use android x
Hello why it doesnt work i have api 28 as well.
i have all migration to android x .. any errors or problems showed.
@franquicidad , Heyi did you found any solution to this issue if yes how? if no what alternative you used? Thanks in advance