For a helping lib I use, I recently get:
Error:Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform file 'mylib-release.aar' to match attributes {artifactType=android-exploded-aar} using transform ExtractAarTransform
and then on gradle console:
Could not resolve all files for configuration ':demo:debugCompileClasspath'.
Failed to transform file 'mylib-release.aar' to match attributes {artifactType=android-exploded-aar} using transform ExtractAarTransform java.io.FileNotFoundException: mylib-release.aar (Datei oder Verzeichnis nicht gefunden)
It was working last week, unfortunately I forgot what changed