-
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Milestone
Description
When you open the test-app from the project in android studio and you haven't built the runtime project and run gradle sync you'll get:
ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform file 'runtime-regular-release.aar' to match attributes {artifactType=processed-aar} using transform IdentityTransform
Show Details
Affected Modules: app
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Failed to transform file 'runtime-regular-release.aar' to match attributes {artifactType=processed-aar} using transform IdentityTransform
Show Details
Affected Modules: app
ERROR: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Failed to transform file 'runtime-regular-release.aar' to match attributes {artifactType=processed-aar} using transform IdentityTransform
Show Details
Affected Modules: app
ERROR: Unable to resolve dependency for ':app@release/compileClasspath': Failed to transform file 'runtime-regular-release.aar' to match attributes {artifactType=processed-aar} using transform IdentityTransform
Show Details
Affected Modules: app
ERROR: Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Failed to transform file 'runtime-regular-release.aar' to match attributes {artifactType=processed-aar} using transform IdentityTransform
Show Details
Affected Modules: app
After building the runtime project the errors disappear.
Metadata
Metadata
Assignees
Labels
No labels