3

Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform file 'pp-release.aar' to match attributes {artifactType=processed-aar} using transform IdentityTransform

Alexy Ibrahim
  • 554
  • 1
  • 7
  • 20
  • 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 Answers1

3

It worked for me by following below steps

  1. clean your project
  2. rebuild it again
  3. update build.gradle version (if dialog box appear and informed to update).
  4. and rebuild it again.
  5. Done.
nilesh
  • 519
  • 4
  • 17