-
Notifications
You must be signed in to change notification settings - Fork 123
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
Not working for android api 28 #42
Labels
Comments
But i still want stick old java. Since a lot of involve.
…On Tue, 14 May 2019, 11:06 PM syahrulhajji, ***@***.***> 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
<#42>,
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 |
@franquicidad , Heyi did you found any solution to this issue if yes how? if no what alternative you used? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 element at AndroidManifest.xml:5:5-19:19 to override.`
The text was updated successfully, but these errors were encountered: