Skip to content

VR dependencies unavailability issues with gradle dist #718

Closed
@rupeshkumar22

Description

@rupeshkumar22

Suddenly with gradle dist It started showing the following errors. I remember it was working fine a few days back.

A problem occurred configuring project ':mode:libraries:vr'.
> Could not resolve all files for configuration ':mode:libraries:vr:implementationAar'.
   > Failed to transform sdk-audio-1.180.0.aar (com.google.vr:sdk-audio:1.180.0) to match attributes {artifactType=jar, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
      > Could not find sdk-audio-1.180.0.aar (com.google.vr:sdk-audio:1.180.0).
        Searched in the following locations:
            https://repo.gradle.org/gradle/libs-releases/com/google/vr/sdk-audio/1.180.0/sdk-audio-1.180.0.aar
   > Failed to transform sdk-base-1.180.0.aar (com.google.vr:sdk-base:1.180.0) to match attributes {artifactType=jar, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
      > Could not find sdk-base-1.180.0.aar (com.google.vr:sdk-base:1.180.0).
        Searched in the following locations:
            https://repo.gradle.org/gradle/libs-releases/com/google/vr/sdk-base/1.180.0/sdk-base-1.180.0.aar
   > Failed to transform sdk-base-1.180.0.aar (com.google.vr:sdk-base:1.180.0) to match attributes {artifactType=jar, org.gradle.status=release}.
      > Could not find sdk-base-1.180.0.aar (com.google.vr:sdk-base:1.180.0).
        Searched in the following locations:
            https://repo.gradle.org/gradle/libs-releases/com/google/vr/sdk-base/1.180.0/sdk-base-1.180.0.aar
   > Failed to transform sdk-common-1.180.0.aar (com.google.vr:sdk-common:1.180.0) to match attributes {artifactType=jar, org.gradle.status=release}.
      > Could not find sdk-common-1.180.0.aar (com.google.vr:sdk-common:1.180.0).
        Searched in the following locations:
            https://repo.gradle.org/gradle/libs-releases/com/google/vr/sdk-common/1.180.0/sdk-common-1.180.0.aar
 

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions