Skip to content

"Unable to resolve dependency" error when runtime is not build #1309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vtrifonov opened this issue Mar 15, 2019 · 0 comments
Closed

"Unable to resolve dependency" error when runtime is not build #1309

vtrifonov opened this issue Mar 15, 2019 · 0 comments
Milestone

Comments

@vtrifonov
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants