Could not find com.google.vr:sdk-base:1.180.0

Hello,

I am new to Processing Android, I have installed the required things from Processing itself and manage to enter the Android mode on Processing. I am trying to develop VR Project using Processing. I tested the most basic Processing VR as written on the website;

https://android.processing.org/tutorials/vr_intro/index.html

However upon testing, I recieved error as per image attached.

It seems like the required packages are no longer available. Is there any solution for this?

[UPDATE]

I tried to add “jcenter()” into the build.gradle file which I copied from the TEMP folder and run the project via android studio and I manage to compile it. Is there any ways to actually by default add “jcenter()” into the build.gradle everytime I run the code via Processing? ( Since processing keep making new project on the TEMP folder)

Thank you.