-
Notifications
You must be signed in to change notification settings - Fork 108
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
is viro migrated to AndroidX #340
Comments
Hi @phathv try to add these lines in your
|
Thanks @iTruff, I already added them in the file, but it still fires the error. I guess the Virocore has not supported for AndroidX projects. Anyone has experience on this, please help! thanks |
Hi @phathv, you are right ViroCore uses old dependency:
but that's why we should include:
to make it work. From Jetifier docs:
Also I'm developing AndroidX project with ViroCore right now and everything works fine. I'm using: ARCore version - You can grab these dependencies from sample project, also you can try to migrate sample project to AndroidX and it should work too. Don't forget to include:
as a replacement for old support appcompat dependency in ViroCore SDK. |
Hi @iTruff thanks for your guide. |
Hi @phathv I'm also using Kotlin in my project. Maybe you will be able to share your project then I will try to reproduce your issue and help. |
thanks @iTruff Really appreciate |
Thanks so much @iTruff i tried it, this is NOT an AndroidX project with virocore & kotlin, so it works as usual. My problem is on virocore project with kotlin after migrated to AndroidX. |
Hi @iTruff can you please send me a test AndroidX project with virocore and kotlin? Thanks in advance |
Hi @phathv I was very busy last few weeks. Do you still need my help? |
Hi @iTruff yes, I need your help, please! |
Hi @phathv I've sent project to [email protected] |
thanks very much @iTruff i will check it soon. |
Hi @iTruff I'm also interested in this sample project, could you send me please at [email protected]? |
@inveders Done. |
What's about to have an active maintainer here, then we could convert this repo to Android-X |
Hi,
My project is migrated to Androidx, after that I cannot run the app, it fires error related to Viro lib
Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class com.viro.core.ViroView, unresolved supertypes: android.app.Application.ActivityLifecycleCallbacks
i am using virocore-release-v_1_17_0.aar sdk-common-1.180.0.aar core-1.10.0.aar
please help. Do you support AndroidX project?
The text was updated successfully, but these errors were encountered: