Over17 / UnityOBBDownloader

This is Unity plugin for Android, intended to download .obb expansion files from Google Play.
Apache License 2.0
166 stars 61 forks source link

Failed to transform artifact in Unity 2020.3.7f1 #27

Closed tazerg closed 3 years ago

tazerg commented 3 years ago

The following error appears during project build.

 FAILURE: Build failed with an exception.
 * What went wrong:
 Execution failed for task ':unityLibrary:javaPreCompileRelease'.
 > Could not resolve all files for configuration ':unityLibrary:releaseCompileClasspath'.
    > Failed to transform artifact 'unityOBBDownloader.aar (:unityOBBDownloader:)' to match attributes {artifactType=android-classes, org.gradle.usage=java-api}.
       > Execution failed for AarToClassTransform: C:\Users\PC\.gradle\caches\transforms-2\files-2.1\7d4fbbc0dd844aed72a5d0126e59d525\jetified-unityOBBDownloader.aar.
          > entry

Removing gradle caches does not eliminate this error.

Over17 commented 3 years ago

Sorry - no idea - can't help you with this error.