You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
After building the runtime project the errors disappear.
The text was updated successfully, but these errors were encountered: