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

help installing androidx.core extension #7

Closed
RacheliGolan opened this issue Aug 24, 2020 · 4 comments
Closed

help installing androidx.core extension #7

RacheliGolan opened this issue Aug 24, 2020 · 4 comments

Comments

@RacheliGolan
Copy link

I have an app which I am trying to upgrade to 64 bit.
I am replacing this extenstion:
com.distriqt.androidsupport.V4
with the following:
androidx.core

I cant manage to install the androidx.core extenstion.
when I run my app I get in the oneSignal manager this error: Missing Android Support Library.

any Idea why?

temp

@marchbold
Copy link
Contributor

Unfortunately you can't use androidx and android support libs in the same project. You'll need to get a recent release of all your extensions that support android x or remove the ones that depend on the old android support libs.

@RacheliGolan
Copy link
Author

Is'nt that what I did?
I switched extentions to a more updated one.

I followed the instructions here:
https://github.com/marpies/onesignal-ane/releases

@marchbold
Copy link
Contributor

I don't see any mention of updating to androidx there? Onesignal needs to be converted to support androidx. We have done this with our push notifications ANE.

@RacheliGolan
Copy link
Author

thank you!

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