Java – Cannot convert IdentityTransform to convert file ‘pp-release.aar’ to match the attribute {artifactType=processed-aar}

Cannot convert IdentityTransform to convert file ‘pp-release.aar’ to match the attribute {artifactType=processed-aar}… here is a solution to the problem.

Cannot convert IdentityTransform to convert file ‘pp-release.aar’ to match the attribute {artifactType=processed-aar}

Unable to resolve dependencies for ‘:app@debug/compileClasspath’: The transform file ‘pp-release.aar’ cannot be converted using IdentityTransform to match the attribute {artifactType=processed-aar}

Solution

The steps below worked for me

  1. Clean up your project
  2. Rebuild
  3. it

  4. Update the build.gradle version if a dialog box appears and notifies you of the update.
  5. And rebuild it again.
  6. Finish.

Related Problems and Solutions