Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform file 'pp-release.aar' to match attributes {artifactType=processed-aar} using transform IdentityTransform
Asked
Active
Viewed 7,254 times
3
-
Please provide the relevant part of your code. Add a [Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve) including proper example input/output data. – Bsquare ℬℬ Nov 19 '18 at 15:00
1 Answers
3
It worked for me by following below steps
- clean your project
- rebuild it again
- update build.gradle version (if dialog box appear and informed to update).
- and rebuild it again.
- Done.

nilesh
- 519
- 4
- 17
-
Obs.: Invalidate Caches / Restart **did not work**, but this solution did. Thanks, @nilesh! :D – Augusto Carmo Sep 27 '19 at 14:16