Closed
Description
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
Labels
No labels