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

**URL:** https://discourse.processing.org/t/could-not-find-com-google-vr1-180-0/41855
**Category:** Processing for Android
**Created:** [April 27, 2023, 1:37pm UTC](https://discourse.processing.org/t/could-not-find-com-google-vr1-180-0/41855 "2023-04-27T13:37:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fakemoses](https://avatars.discourse-cdn.com/v4/letter/f/d6d6ee/32.png) [@fakemoses](https://discourse.processing.org/u/fakemoses)
#### Post date: [April 27, 2023, 1:37pm UTC](https://discourse.processing.org/t/could-not-find-com-google-vr1-180-0/41855/1 "2023-04-27T13:37:31Z")

</div>

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](https://android.processing.org/tutorials/vr_intro/index.html)

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

 ![Screenshot_356](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/3X/f/3/f3544501f48b5a11723fd4359361cf3c7bbdb9d0.png)

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.
