distriqt / ANE-AndroidSupport

Android Support Library Native Extension
https://airnativeextensions.com
22 stars 4 forks source link

help installing androidx.core extension #7

Closed RacheliGolan closed 3 years ago

RacheliGolan commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

thank you!