Failed to transform file ‘some-lib-release.aar’ to match attributes {artifactType=processed-aar} using transform JetifyTransform
The error seems to be caused by corrupt Jetified files. Delete ONLY the corrupted .aar from the Gradle caches folder: rm ~/.gradle/caches/modules-2/files-2.1/path-to/some-release.aar The “path-to” will be probably be the package name e.g., com.example.somerelease Sometimes it is possible to get the path of the file to delete from the error message itself and cut and paste … Read more