Search code examples
javaandroidgoogle-vr

Cannot resolve dependencies in sample Google VR Project


I cloned the project from here git clone https://github.com/googlevr/gvr-android-sdk.git

I imported the gvr-android-sdk project into Android Studio:

Opening the buid.gradle for the samples-sdk-treasurehunt project I see the following dependencies:

dependencies {
    compile 'com.google.vr:sdk-audio:1.60.1'
    compile 'com.google.vr:sdk-base:1.60.1'
}

See image here:

image

What am I missing?


Solution

  • Subscribe to the recently create issue at https://github.com/googlevr/gvr-android-sdk/issues/431 where I've added an initial solution (change ALL dependency references to 1.60.1 to 1.60.0, not just for the sample you're building.