-
-
Notifications
You must be signed in to change notification settings - Fork 297
VR dependencies unavailability issues with gradle dist
#718
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
Comments
Update: I tried today the master branch, |
Hi @rupeshkumar22 Is this issue fixed or need some discussion with me ? I have seen that Google has stopped the suport for the VR library and introduced new Cardboard API for VR. Two things cane be done here acc. to me:
In case of any queries realted to this or any left over task I am open to discuss, just ping me on Email for scheduling the meeting. Thanks ! |
Hi @ranaaditya |
Fixed with a temporary solution(Added Jars) Closing the issue, as a separate issue is there for the same - #723 |
Uh oh!
There was an error while loading. Please reload this page.
Suddenly with
gradle dist
It started showing the following errors. I remember it was working fine a few days back.Possible Solutions: We can place AAR file directly inside libs and use it with
implementation fileTree(dir: "libs", include: ["*.aar"])
GVR releases can be found here.
I tried using jitpack for GVR but the dependencies are still not getting resolved.
The text was updated successfully, but these errors were encountered: